[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


================
@@ -409,8 +409,10 @@ def AMDGPU_RawBufferLoadOp :
     - The cache coherency bits are off
   }];
   let assemblyFormat = [{
+    `boundsCheck` `(` $boundsCheck `)`
     attr-dict $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