This is an archive of the discontinued LLVM Phabricator instance.

[InstSimplify] Add tests for `(shl nuw nsw X, BitWidth - 1)` -> `0`; NFC
ClosedPublic

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

Diff Detail

Event Timeline

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

LG

llvm/test/Transforms/InstSimplify/shift.ll
364

we are match -> we match the?

This revision is now accepted and ready to land.Mar 6 2023, 1:43 AM
goldstein.w.n marked an inline comment as done.Mar 6 2023, 10:34 AM
This revision was landed with ongoing or failed builds.Mar 6 2023, 6:31 PM
This revision was automatically updated to reflect the committed changes.