Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Paths
| Differential D147107
[InstCombine] Add test cases for `(rem (shl Y, X), (shl Z, X))`; NFC ClosedPublic Authored by goldstein.w.n on Mar 28 2023, 9:01 PM.
Details
Diff Detail
Unit TestsFailed Event Timelinegoldstein.w.n added a parent revision: D147108: [InstCombine] Add transforms for `(rem (shl Y, X), (shl Z, X))`.Mar 28 2023, 9:02 PM goldstein.w.n added a child revision: D144225: [InstCombine] Add constant combines for `(urem/srem (shl X, Y), (shl X, Z))`. goldstein.w.n removed a child revision: D144225: [InstCombine] Add constant combines for `(urem/srem (shl X, Y), (shl X, Z))`.Mar 28 2023, 9:04 PM goldstein.w.n removed a parent revision: D147108: [InstCombine] Add transforms for `(rem (shl Y, X), (shl Z, X))`. goldstein.w.n added a parent revision: D144225: [InstCombine] Add constant combines for `(urem/srem (shl X, Y), (shl X, Z))`. goldstein.w.n added a child revision: D147108: [InstCombine] Add transforms for `(rem (shl Y, X), (shl Z, X))`. This revision is now accepted and ready to land.May 15 2023, 3:26 AM This revision was landed with ongoing or failed builds.Jul 6 2023, 12:47 PM Closed by commit rG19fc5e8208b6: [InstCombine] Add test cases for `(rem (shl Y, X), (shl Z, X))`; NFC (authored by goldstein.w.n). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 515201 llvm/test/Transforms/InstCombine/rem-mul-shl.ll
|