This is an archive of the discontinued LLVM Phabricator instance.

[mlir][arith] Fold `or(x, xor(x, 1))` -> `1`
ClosedPublic

Authored by Hardcode84 on May 17 2023, 12:17 PM.

Diff Detail

Event Timeline

Hardcode84 created this revision.May 17 2023, 12:17 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 17 2023, 12:17 PM
Hardcode84 requested review of this revision.May 17 2023, 12:17 PM
antiagainst accepted this revision.May 19 2023, 11:11 AM
This revision is now accepted and ready to land.May 19 2023, 11:11 AM
This revision was landed with ongoing or failed builds.May 19 2023, 1:33 PM
This revision was automatically updated to reflect the committed changes.