[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
================
@@ -532,8 +538,10 @@ def AMDGPU_RawBufferAtomicFaddOp :
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