[Mlir-commits] [mlir] [mlir][spirv] Add support for SPV_ARM_graph extension - part 1 (PR #151934)

Davide Grohmann llvmlistbot at llvm.org
Tue Sep 2 08:35:10 PDT 2025


davidegrohmann wrote:

> @davidegrohmann we don't need `const &` with `llvm::enumerate` -- it affects the reference tuple type only, but no the types of variables unpacked from it

Sorry, my mistake. Thanks for pointing it out. Pushed a patch resolving the issues.

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


More information about the Mlir-commits mailing list