[Mlir-commits] [mlir] [mlir][spirv] Add definition for selected sample operations (PR #129558)
Igor Wodiany
llvmlistbot at llvm.org
Tue Mar 11 05:02:10 PDT 2025
================
@@ -115,7 +121,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)^ `)` )?
----------------
IgWod-IMG wrote:
See #130758
https://github.com/llvm/llvm-project/pull/129558
More information about the Mlir-commits
mailing list