Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM.
For reference, we do have existing test coverage for these in test/CodeGen/X86/combine-sdiv.ll and combine-udiv.ll.
Paths
| Differential D52661
[DAGCombiner] [NFC] Improve X div/rem 1 fold ClosedPublic Authored by xbolva00 on Sep 28 2018, 10:24 AM.
Details
Diff Detail
Event TimelineComment Actions LGTM. For reference, we do have existing test coverage for these in test/CodeGen/X86/combine-sdiv.ll and combine-udiv.ll. This revision is now accepted and ready to land.Sep 28 2018, 11:32 AM Closed by commit rL343349: [DAGCombiner] [NFC] Improve X div/rem 1 fold (authored by xbolva00). · Explain WhySep 28 2018, 11:42 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 167524 llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
|