summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/fast-math-scalarization.ll
Commit message (Collapse)AuthorAgeFilesLines
* 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