summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/fast-math-scalarization.ll
Commit message (Collapse)AuthorAgeFilesLines
* [InstCombine] rename test file, simplify tests, regenerate full checks; NFCSanjay Patel2018-09-201-39/+0
| | | | | | Fast-math is irrelevant for these transforms. llvm-svn: 342683
* Fix an issue where fast math flags were dropped during scalarization.Owen Anderson2016-03-011-0/+39
Most portions of InstCombine properly propagate fast math flags, but apparently the vector scalarization section was overlooked. llvm-svn: 262376
OpenPOWER on IntegriCloud