This is an archive of the discontinued LLVM Phabricator instance.

[mlir][arith] Fold `and(a, and(a, b))` to `and(a, b)`
ClosedPublic

Authored by Hardcode84 on Nov 8 2022, 7:54 AM.

Diff Detail

Event Timeline

Hardcode84 created this revision.Nov 8 2022, 7:54 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 8 2022, 7:54 AM
Hardcode84 requested review of this revision.Nov 8 2022, 7:54 AM
antiagainst accepted this revision.Nov 16 2022, 7:58 AM
This revision is now accepted and ready to land.Nov 16 2022, 7:58 AM
This revision was automatically updated to reflect the committed changes.