Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Done (also updated with ~x + x cases in combine-add.ll as we are missing combine there as well.
Paths
| Differential D145142
[X86] Add test for `~x & x` -> `0` in DAG Lowering; NFC ClosedPublic Authored by goldstein.w.n on Mar 1 2023, 11:43 PM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 2 2023, 2:04 AM Comment Actions
Done (also updated with ~x + x cases in combine-add.ll as we are missing combine there as well. Closed by commit rGc622c1383abb: [X86] Add test for `~x & x` -> `0` and `~x + x` -> `-1` in DAG Lowering; NFC (authored by goldstein.w.n). · Explain WhyMar 6 2023, 6:31 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 502060 llvm/test/CodeGen/X86/combine-add.ll
llvm/test/CodeGen/X86/combine-and.ll
|