[Mlir-commits] [mlir] [mlir][loops] Add getters for multi dim loop variables in `LoopLikeOpInterface` (PR #94516)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Thu Jun 6 11:19:25 PDT 2024
================
@@ -671,7 +671,7 @@ def AffineParallelOp : Affine_Op<"parallel",
I32ElementsAttr:$lowerBoundsGroups,
AffineMapAttr:$upperBoundsMap,
I32ElementsAttr:$upperBoundsGroups,
- I64SmallVectorArrayAttr:$steps,
+ I64SmallVectorArrayAttr:$step,
----------------
srcarroll wrote:
well i did this because i called the interface method `getSteps` which would conflict with the generated getter for this operand. probably a bad idea but not sure what else to do (couldn't come up with better naames)
https://github.com/llvm/llvm-project/pull/94516
More information about the Mlir-commits
mailing list