llvm-project
b3028295
- [mlir][linalg] Remove `computeStaticLoopSizes` (#124778)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#124778 - [mlir][linalg] Remove `computeStaticLoopSizes`
Author
josel-amd
Parents
f378e52e
Loading