Files
clang-p2996/mlir/test/Dialect/LLVMIR
Rajveer Singh Bharadwaj 1c4b04ce1f [mlir] Fix crash in InsertOpConstantFolder when vector.insert operand is from a llvm.mlir.constant op (#88314)
In cases where llvm.mlir.constant has an attribute with a different type than the returned type,
the folder use to create an incorrect DenseElementsAttr and crash.

Resolves #74236
2024-09-09 01:44:30 +02:00
..