Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
goldstein.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.