[llvm-branch-commits] [mlir] [mlir][AMDGPU] Enable useStrictPropertiesInAssemblyFormat (PR #216812)

Fabian Mora via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Aug 17 12:55:17 PDT 2026


================
@@ -490,8 +494,10 @@ def AMDGPU_RawBufferAtomicCmpswapOp :
     instruction is constructed.
   }];
   let assemblyFormat = [{
+    `boundsCheck` `(` $boundsCheck `)`
     attr-dict $src `,` $cmp `->` $memref `[` $indices `]`
-      (`sgprOffset` $sgprOffset^)? `:`
+      (`indexOffset` `(` $indexOffset^ `)`)?
----------------
fabianmcg wrote:

Prefer `oilist`.

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


More information about the llvm-branch-commits mailing list