[Mlir-commits] [mlir] [MLIR][LLVM] Remove typed pointers from the LLVM dialect (PR #71285)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Mon Nov 6 06:28:14 PST 2023
================
@@ -445,7 +414,7 @@ def LLVM_StoreOp : LLVM_MemAccessOpBase<"store",
let assemblyFormat = [{
(`volatile` $volatile_^)? $value `,` $addr
(`atomic` (`syncscope` `(` $syncscope^ `)`)? $ordering^)?
- attr-dict `:` custom<StoreType>(type($value), type($addr))
+ attr-dict `:` type($value) `,` qualified(type($addr))
----------------
ftynse wrote:
I'd like to understand better why and when is this necessary (the feature looks poorly documented), but this should not block this from landing.
https://github.com/llvm/llvm-project/pull/71285
More information about the Mlir-commits
mailing list