[Mlir-commits] [mlir] [MLIR][SPIRV-TO-LLVM] Support SPV_INTEL_split_barrier ops (PR #116648)
Jakub Kuderski
llvmlistbot at llvm.org
Mon Nov 18 08:47:53 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
----------------
kuhar wrote:
Could you move this to a new PR?
https://github.com/llvm/llvm-project/pull/116648
More information about the Mlir-commits
mailing list