[Mlir-commits] [mlir] [mlir][loops] Add getters for multi dim loop variables in `LoopLikeOpInterface` (PR #94516)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Wed Jun 5 14:32:14 PDT 2024


srcarroll wrote:

> would it be ok to just have another function for this op with the same name, but just return SmallVector<Value> and reuse the interface version

nevermind. realized you can't do that

https://github.com/llvm/llvm-project/pull/94516


More information about the Mlir-commits mailing list