llvm-project
b3028295 - [mlir][linalg] Remove `computeStaticLoopSizes` (#124778)

Commit
1 year ago
[mlir][linalg] Remove `computeStaticLoopSizes` (#124778) `computeStaticLoopSizes()` is functionally identical to `getStaticLoopRanges()`. Replace all uses of `computeStaticLoopSizes()` by `getStaticLoopRanges()` and remove the former.
Author
Parents
Loading