This is an archive of the discontinued LLVM Phabricator instance.

[mlir][vector] Simplify ExtractSliceOp/TransferWriteOp swapping pattern
ClosedPublic

Authored by springerm on Jul 13 2023, 3:51 AM.

Details

Summary

No need to compute the in_bounds attribute. The folder will infer it.

Diff Detail

Event Timeline

springerm created this revision.Jul 13 2023, 3:51 AM
Herald added a project: Restricted Project. · View Herald Transcript
springerm requested review of this revision.Jul 13 2023, 3:51 AM
Herald added a project: Restricted Project. · View Herald Transcript
nicolasvasilache accepted this revision.Jul 14 2023, 2:51 AM
This revision is now accepted and ready to land.Jul 14 2023, 2:51 AM