This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] Limit hoist padding to constant paddings.
ClosedPublic

Authored by gysit on Nov 23 2021, 2:56 AM.

Details

Summary

Limit hoist padding to pad tensor ops that depend only on a constant value. Supporting arbitrary padding values that depend on computations part of the backward slice to hoist require complex analysis to ensure the computation can be hoisted.

Depends On D114420

Diff Detail

Event Timeline

gysit created this revision.Nov 23 2021, 2:56 AM
gysit requested review of this revision.Nov 23 2021, 2:56 AM
nicolasvasilache accepted this revision.Nov 24 2021, 8:53 AM
This revision is now accepted and ready to land.Nov 24 2021, 8:53 AM
This revision was automatically updated to reflect the committed changes.