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

Mehdi Amini llvmlistbot at llvm.org
Fri Aug 21 04:23:00 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 problem with comma separated oilist is the ambiguous parsing of not knowing the end of the parsing: what is there is a comma after the list?

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


More information about the Mlir-commits mailing list