[Mlir-commits] [mlir] [MLIR][SPIRV-TO-LLVM] Support SPV_INTEL_split_barrier ops (PR #116648)

Victor Perez llvmlistbot at llvm.org
Mon Nov 18 10:36:04 PST 2024


================
@@ -131,7 +131,7 @@ class SPIRV_IntelSplitBarrierOp<string mnemonic>
   let results = (outs);
 
   let assemblyFormat = [{
-    $execution_scope `,` $memory_scope `,` $memory_semantics attr-dict
+    $execution_scope $memory_scope $memory_semantics attr-dict
----------------
victor-eds wrote:

Done

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


More information about the Mlir-commits mailing list