This is extracted from D29443 .
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM with one style minor
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | ||
---|---|---|
1840 ↗ | (On Diff #87149) | clang-format this |
test/CodeGen/X86/adde-carry.ll | ||
---|---|---|
89 ↗ | (On Diff #87149) | If you intend to improve this test case in future patches, i think you should add a dedicated minimal test to ensure the combine introduced this patch will be covered. Other than that LGTM |
test/CodeGen/X86/adde-carry.ll | ||
---|---|---|
89 ↗ | (On Diff #87149) | I don't think that's a problem. The add case is always the bottom turtle. |