Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D141874
[InstCombine] Add tests for reoredering (shift (add (shift x, C0), y), C1); NFC ClosedPublic Authored by goldstein.w.n on Jan 16 2023, 3:21 PM.
Details
Diff Detail
Event Timelinegoldstein.w.n retitled this revision from Add tests for reoredering (shift (add (shift x, C0), y), C1); NFC to [InstCombine] Add tests for reoredering (shift (add (shift x, C0), y), C1); NFC.Jan 16 2023, 3:22 PM This revision is now accepted and ready to land.Jan 27 2023, 11:20 AM Closed by commit rG8c884655862e: Add tests for reoredering (shift (add (shift x, C0), y), C1); NFC (authored by goldstein.w.n). · Explain WhyJan 27 2023, 3:50 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 492862 llvm/test/Transforms/InstCombine/shift-logic.ll
|
It would be good to add a "negative test" comment to this set of tests (and the corresponding sub variants) in D141875.
That way, it's clear that if they get changed somehow in a subsequent patch, it's probably a miscompile.