[Mlir-commits] [mlir] [mlir][spirv] Update assembly format for Image operand types (PR #130758)
Jakub Kuderski
llvmlistbot at llvm.org
Thu Mar 13 09:29:03 PDT 2025
================
@@ -115,7 +115,7 @@ def SPIRV_ImageDrefGatherOp : SPIRV_Op<"ImageDrefGather",
let assemblyFormat = [{
$sampled_image `,` $coordinate `,` $dref custom<ImageOperands>($image_operands) ( `(` $operand_arguments^ `)` )? attr-dict
- `:` type($sampled_image) `,` type($coordinate) `,` type($dref) ( `(` type($operand_arguments)^ `)` )?
+ `:` type($sampled_image) `,` type($coordinate) `,` type($dref) ` ` ( `(` type($operand_arguments)^ `)` )?
----------------
kuhar wrote:
OK, I don't have a strong preference here, the only thing is that I'd like to keep doing is making the syntax more uniform across the spirv dialect
https://github.com/llvm/llvm-project/pull/130758
More information about the Mlir-commits
mailing list