This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Disallow certain transfer ops in VectorToSCF
ClosedPublic

Authored by springerm on May 18 2021, 10:57 PM.

Details

Summary

Disallow transfer ops that change the element type of the transfer. Such transfers could be supported in the future, if needed.

Diff Detail

Event Timeline

springerm created this revision.May 18 2021, 10:57 PM
springerm requested review of this revision.May 18 2021, 10:57 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 18 2021, 10:57 PM
nicolasvasilache accepted this revision.May 25 2021, 2:05 AM
This revision is now accepted and ready to land.May 25 2021, 2:05 AM
This revision was automatically updated to reflect the committed changes.