No tests change, and i'm not sure how to test this, but it's better safe than sorry.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D62663
[DAGCombine] Use FoldConstantArithmetic() to perform C2-(A+C1) -> (C2-C1)-A fold ClosedPublic Authored by lebedev.ri on May 30 2019, 7:13 AM.
Details Summary No tests change, and i'm not sure how to test this, but it's better safe than sorry.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 30 2019, 11:14 AM Closed by commit rL362132: [DAGCombine] Use FoldConstantArithmetic() to perform C2-(A+C1) -> (C2-C1)-A fold (authored by lebedevri). · Explain WhyMay 30 2019, 12:25 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 202271 llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
|