Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D62689
[DAGCombine] (A-C1)-C2 -> A-(C1+C2) constant-fold ClosedPublic Authored by lebedev.ri on May 30 2019, 9:36 AM.
Details
Diff Detail
Event Timelinelebedev.ri added a parent revision: D62664: [DAGCombine] (A+C1)-C2 -> A+(C1-C2) constant-fold.May 30 2019, 9:36 AM This revision is now accepted and ready to land.May 30 2019, 9:53 AM lebedev.ri added a child revision: D62691: [DAGCombine] ((c1-A)-c2) -> ((c1-c2)-A) constant-fold.May 30 2019, 10:18 AM Closed by commit rL362134: [DAGCombine] (A-C1)-C2 -> A-(C1+C2) constant-fold (authored by lebedevri). · Explain WhyMay 30 2019, 12:25 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 202273 llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
llvm/trunk/test/CodeGen/AArch64/addsub-constant-folding.ll
llvm/trunk/test/CodeGen/X86/addsub-constant-folding.ll
|