This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Add an additional check to vectorizeStaticLinalgOpPrecondition.
ClosedPublic

Authored by akuegel on Jun 22 2022, 4:56 AM.

Details

Summary

We need to make sure that the types used in the body are valid element types
for VectorType.

Diff Detail

Event Timeline

akuegel created this revision.Jun 22 2022, 4:56 AM
Herald added a project: Restricted Project. · View Herald Transcript
akuegel requested review of this revision.Jun 22 2022, 4:56 AM
pifon2a accepted this revision.Jun 23 2022, 1:09 AM

Very nice! Thank you!

This revision is now accepted and ready to land.Jun 23 2022, 1:09 AM