This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Vector] Remove vector transfer/tensor slice canonicalization pattern
AcceptedPublic

Authored by springerm on Mar 28 2023, 7:39 AM.

Details

Summary

These patterns are no longer canonicalizations. They can be added with tensor::populateFoldTensorSubsetOpPatterns when needed.

Depends On: D147048

Diff Detail

Event Timeline

springerm created this revision.Mar 28 2023, 7:39 AM
Herald added a project: Restricted Project. · View Herald Transcript
springerm requested review of this revision.Mar 28 2023, 7:39 AM

Fantastic, thank you!

Can you make sure things don't get bacdly broken on the IREE side?

This revision is now accepted and ready to land.Mar 28 2023, 12:01 PM