[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:18 PDT 2026


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

Prefer `oilist`.

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


More information about the llvm-branch-commits mailing list