This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] PadTensorOp vectorization: Avoid redundant FillOps
ClosedPublic

Authored by springerm on Sep 13 2021, 10:53 PM.

Details

Summary

Do not generate FillOps when these would be entirely overwritten.

Diff Detail