Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |