This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] Adapat hoistPaddingOnTensors signature to support patterns (NFC).
ClosedPublic

Authored by gysit on Oct 21 2021, 11:41 AM.

Details

Summary

Adapt hoistPaddingOnTensors to leave replacing and erasing the old pad tensor operation to the caller. This change makes the function pattern friendly.

Depends On D112003

Diff Detail