This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] Support the empty anchor op string when padding.
ClosedPublic

Authored by gysit on Nov 28 2021, 11:28 PM.

Details

Summary

Add support for an empty anchor op string in vectorization. An empty anchor op string is useful after fusion when there are multiple different operations to vectorize.

Depends On D114689

Diff Detail