summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/fneg-ext.ll
Commit message (Expand)AuthorAge
* Preserve fast-math flags when folding (fsub x, (fneg y)) to (fadd x, y).Owen Anderson2013-07-30
* When InstCombine tries to fold away (fsub x, (fneg y)) into (fadd x, y), it isOwen Anderson2013-07-26