[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 08:20:28 PDT 2025
https://github.com/krzysz00 commented:
As a general comment, I don't think mixing `llvm.mlir.constant` and operations like `vector.shape_cast` makes sense, and since `llvm.mlir.constant` allows for a type/attribute mismatch (to my knowledge), there might not be anything to fix here.
https://github.com/llvm/llvm-project/pull/149787
More information about the Mlir-commits
mailing list