Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [InstCombine] rename test file, simplify tests, regenerate full checks; NFC | Sanjay Patel | 2018-09-20 | 1 | -39/+0 |
| | | | | | | Fast-math is irrelevant for these transforms. llvm-svn: 342683 | ||||
* | Fix an issue where fast math flags were dropped during scalarization. | Owen Anderson | 2016-03-01 | 1 | -0/+39 |
Most portions of InstCombine properly propagate fast math flags, but apparently the vector scalarization section was overlooked. llvm-svn: 262376 |