This is an archive of the discontinued LLVM Phabricator instance.

[InstCombine] Add tests for transform `(shift X,(Or Y, BitWidth-1))`; NFC
ClosedPublic

Authored by goldstein.w.n on Mar 5 2023, 2:40 PM.

Diff Detail

Event Timeline

goldstein.w.n created this revision.Mar 5 2023, 2:40 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 5 2023, 2:40 PM
goldstein.w.n requested review of this revision.Mar 5 2023, 2:40 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 5 2023, 2:40 PM
nikic accepted this revision.Mar 6 2023, 1:33 AM

LG

llvm/test/Transforms/InstCombine/shift.ll
2079

propagate

This revision is now accepted and ready to land.Mar 6 2023, 1:33 AM
goldstein.w.n marked an inline comment as done.Mar 6 2023, 10:32 AM