[Mlir-commits] [mlir] [mlir] Rectify mishandling in `DenseElementsAttr::get(...)` causing crash with assertion when using `mlir-opt --canonicalize` (PR #88314)
Rajveer Singh Bharadwaj
llvmlistbot at llvm.org
Wed Apr 17 10:56:35 PDT 2024
Rajveer100 wrote:
In `InsertOpConstantFolder` itself, right before we replace `Op`, we call `DenseElementsAttr::get(destTy, allValues)` that's what led me to the change, and it indeed fixes it.
https://github.com/llvm/llvm-project/pull/88314
More information about the Mlir-commits
mailing list