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

Yadong Chen llvmlistbot at llvm.org
Wed Nov 20 08:13:59 PST 2024


hahacyd wrote:

> I think we should be able to add type constrains that both `base_ptr` and `result` types match, and then remove the result type from the assembly format

I also feel the result's type is a little bit redundant, thanks for reminding "constraint", I will apply this method. 

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


More information about the Mlir-commits mailing list