This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Add LinalgInterface method to clone with a given BlockAndValueMapping.
ClosedPublic

Authored by mravishankar on Mar 1 2021, 10:59 AM.

Details

Summary

Since Linalg operations have regions by default which are not isolated
from above, add an another method to the interface that will take a
BlockAndValueMapping to remap the values within the region as well.

Diff Detail