[Mlir-commits] [mlir] [MLIR][LLVM] Remove typed pointers from the LLVM dialect (PR #71285)
Mehdi Amini
llvmlistbot at llvm.org
Tue Dec 5 23:11:30 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))
----------------
joker-eph wrote:
To be clear I wasn't criticizing this PR: I was providing a rational for "building new dialects".
https://github.com/llvm/llvm-project/pull/71285
More information about the Mlir-commits
mailing list