Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
As far as i can tell right now, this is the last missing constant-fold for add/sub combinations.
Differential D62691
[DAGCombine] ((c1-A)-c2) -> ((c1-c2)-A) constant-fold lebedev.ri on May 30 2019, 10:18 AM. Authored by
Details
Diff Detail
Event TimelineComment Actions As far as i can tell right now, this is the last missing constant-fold for add/sub combinations. |