This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Vector] Remove lhs and rhs masks from vector.contract
ClosedPublic

Authored by dcaballe on Feb 20 2023, 1:28 PM.

Details

Summary

This patch removes the historical lhs and rhs masks in vector.contract,
now that vector.mask supports vector.contract and the lhs and rhs masks
are barely supported by all the vector.contract lowerings and
transformations.

Diff Detail

Event Timeline

dcaballe created this revision.Feb 20 2023, 1:28 PM
Herald added a project: Restricted Project. · View Herald Transcript
dcaballe requested review of this revision.Feb 20 2023, 1:28 PM

I don't recall when/ why this was added but thanks for the cleanup!

This revision is now accepted and ready to land.Mar 29 2023, 11:23 AM