Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D145424
[InstCombine] Add tests for transforming `(icmp pred (and X, Y), X)`; NFC ClosedPublic Authored by goldstein.w.n on Mar 6 2023, 2:16 PM.
Details
Diff Detail
Event Timelinegoldstein.w.n added a parent revision: D145281: [InstCombine] Add transforms for `(icmp spred (or X, Y), X)`.Mar 6 2023, 2:19 PM
goldstein.w.n added a parent revision: D145280: [InstCombine] Add transforms for `(icmp (xor X, Y), X)`.Aug 12 2023, 2:48 PM goldstein.w.n removed a parent revision: D145281: [InstCombine] Add transforms for `(icmp spred (or X, Y), X)`. goldstein.w.n removed a parent revision: D145280: [InstCombine] Add transforms for `(icmp (xor X, Y), X)`.Aug 28 2023, 9:27 PM This revision is now accepted and ready to land.Sep 1 2023, 5:50 AM This revision was landed with ongoing or failed builds.Sep 13 2023, 1:50 PM Closed by commit rG67ba29380809: [InstCombine] Add tests for transforming `(icmp pred (and X, Y), X)`; NFC (authored by goldstein.w.n). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 502802 llvm/test/Transforms/InstCombine/icmp-of-and-x.ll
|
What are these barriers for?