[Mlir-commits] [flang] [mlir] [MLIR][LLVM] Enable strict property assembly format (PR #217277)

Mehdi Amini llvmlistbot at llvm.org
Wed Aug 26 02:54:51 PDT 2026


================
@@ -507,6 +518,14 @@ def LLVM_StoreOp : LLVM_MemAccessOpBase<"store",
     (`volatile` $volatile_^)? $value `,` $addr
     (`atomic` (`syncscope` `(` $syncscope^ `)`)? $ordering^)?
     (`invariant_group` $invariantGroup^)?
+    oilist(
+      `nontemporal` $nontemporal |
----------------
joker-eph wrote:

The multi-clause oilists now use the comma-separator support from 0973b4c1293e, which gives canonical comma-separated clauses without requiring a leading comma when the first optional clause is absent.


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


More information about the Mlir-commits mailing list