This is an archive of the discontinued LLVM Phabricator instance.

[mlir][spirv] Add folds for `BitwiseAnd` and `BitwiseOr`
ClosedPublic

Authored by kuhar on Sep 1 2023, 8:26 PM.

Details

Summary

The newly folded patterns get produced by type emulation code, so we
cannot rely on the Arith folders handling these folds.

Diff Detail

Event Timeline

kuhar created this revision.Sep 1 2023, 8:26 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 1 2023, 8:26 PM
kuhar requested review of this revision.Sep 1 2023, 8:26 PM
antiagainst accepted this revision.Sep 3 2023, 9:21 AM
This revision is now accepted and ready to land.Sep 3 2023, 9:21 AM
This revision was landed with ongoing or failed builds.Sep 4 2023, 10:13 AM
This revision was automatically updated to reflect the committed changes.