This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Vector] Split transform.vector.lower_mask in 2 ops.
ClosedPublic

Authored by nicolasvasilache on Apr 12 2023, 1:28 PM.

Details

Summary

This gives us better control to lower masked operations independently of the create mask operations.
It is often useful to maintain high-level mask information instead of lowering it too early to
too fine-grained form.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald Transcript
nicolasvasilache requested review of this revision.Apr 12 2023, 1:28 PM
Herald added a project: Restricted Project. · View Herald Transcript
ThomasRaoux accepted this revision.Apr 12 2023, 3:22 PM
This revision is now accepted and ready to land.Apr 12 2023, 3:22 PM