fcmp (fneg x), c, pred -> fcmp x, -c, (swap pred)
InstCombine already does this.
Paths
| Differential D28846
DAG: Fold fneg into compare with constant into the constant ClosedPublic Authored by arsenm on Jan 17 2017, 11:02 PM.
Details
Summary fcmp (fneg x), c, pred -> fcmp x, -c, (swap pred) InstCombine already does this.
Diff Detail Event TimelineThis revision is now accepted and ready to land.Jan 30 2017, 9:21 AM
Revision Contents
Diff 84801 lib/CodeGen/SelectionDAG/TargetLowering.cpp
test/CodeGen/AMDGPU/setcc-fneg-constant.ll
test/CodeGen/SystemZ/fp-cmp-05.ll
test/CodeGen/XCore/fneg.ll
|