llvm-project
6b4c1228 - [mlir][loops] Add getters for multi dim loop variables in `LoopLikeOpInterface` (#94516)

Commit
1 year ago
[mlir][loops] Add getters for multi dim loop variables in `LoopLikeOpInterface` (#94516) This patch adds `getLoopInductionVars`, `getLoopLowerBounds`, `getLoopBounds`, `getLoopSteps` interface methods to `LoopLIkeOpInterface`. The corresponding single value versions have been moved to shared class declaration and have been implemented based on the new interface methods.
Author
Parents
Loading