aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/fneg-ext.ll
Commit message (Expand)AuthorAgeFilesLines
* Preserve fast-math flags when folding (fsub x, (fneg y)) to (fadd x, y).Owen Anderson2013-07-301-0/+11
* When InstCombine tries to fold away (fsub x, (fneg y)) into (fadd x, y), it isOwen Anderson2013-07-261-0/+12