This is an archive of the discontinued LLVM Phabricator instance.

[linalg][mlir] Replace getSmallestBoundingIndex in promotion (NFC).
ClosedPublic

Authored by gysit on Nov 10 2021, 12:22 AM.

Details

Summary

Replace the getSmallestBoundingIndex method used in promotion by getConstantUpperBoundForIndex that uses flat affine constraints to compute a constant upper bound.

Depends On D113546

Diff Detail