Diff Detail
Event Timeline
| lib/CodeGen/SelectionDAG/DAGCombiner.cpp | ||
|---|---|---|
| 10128 | Do we need a OneUse test on FNEG(N0)? | |
Fix PPC test failures
| lib/CodeGen/SelectionDAG/DAGCombiner.cpp | ||
|---|---|---|
| 10128 | I don't think so because this eliminates a use of fneg. | |
| lib/CodeGen/SelectionDAG/DAGCombiner.cpp | ||
|---|---|---|
| 10128 |
OK - what about permitting negations of FpImmLegal constants if the negated value is FpImmLegal too? | |
| lib/CodeGen/SelectionDAG/DAGCombiner.cpp | ||
|---|---|---|
| 10128 | As far as I can tell no target does anything that would allow the negated value to become legal, so it doesn't seem worth the effort | |
Do we need a OneUse test on FNEG(N0)?