[Mlir-commits] [mlir] [mlir][arith.constant]Fix element type of the dense attributes in target attributes to be consistent with result type in LLVM::detail::oneToOneRewrite() (PR #149787)
Krzysztof Drewniak
llvmlistbot at llvm.org
Mon Jul 21 09:11:49 PDT 2025
krzysz00 wrote:
Well, no, the point I'm making is that LLVM lowerings should be done in one shot without intervening canonicalizations, because llvm.mlir.constant is one of the few cases where this sort of type/attribute mismatch happens ... and is expected to only be an argument to LLVM-level operations
https://github.com/llvm/llvm-project/pull/149787
More information about the Mlir-commits
mailing list