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

Krzysztof Drewniak llvmlistbot at llvm.org
Thu Aug 20 16:02:58 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 |
----------------
krzysz00 wrote:

... Yeah, this is a case where commas feel like they'd make the format more readable, especially if you could start with a leading comma

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


More information about the Mlir-commits mailing list