[Mlir-commits] [mlir] [mlir][spirv] Use assemblyFormat to define {InBound}PtrAccessChainOp assembly (PR #116943)

Jakub Kuderski llvmlistbot at llvm.org
Thu Nov 21 08:36:55 PST 2024


https://github.com/kuhar approved this pull request.

After discussing this offline with @hahacyd, the result type is only redundant in the special case when there are no indices. So I think this is good as-is, because there's no duplication in the general case. 

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


More information about the Mlir-commits mailing list