summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/SPARC/disable-fsmuld-fmuls.ll
Commit message (Collapse)AuthorAgeFilesLines
* [SPARC] Clean up the support for disabling fsmuld and fmuls instructions.James Y Knight2017-07-201-0/+38
Summary: Also enable no-fsmuld for sparcv7 (which doesn't have the instruction). The previous code which used a post-processing pass to do this was unnecessary; disabling the instruction is entirely sufficient. Reviewers: jacob_hansen, ekedaigle Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D35576 llvm-svn: 308661
OpenPOWER on IntegriCloud