summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/fp-contract.ll
Commit message (Collapse)AuthorAgeFilesLines
* [mips] Fix how compiler fuse instructions to fmadd/fmsubAleksandar Beserminji2018-04-271-0/+38
This patch makes compiler does not fuse fmul and fadd/fsub into fmadd/fmsub by default. Instead, -fp-contract=fast option can be used when such behavior is desired. Differential Revision: https://reviews.llvm.org/D46057 llvm-svn: 331033
OpenPOWER on IntegriCloud