Matthias Springer 3bb2563641
[mlir][vector] Fix crash in vector.insert canonicalization (#97801)
The `InsertOpConstantFolder` assumed that whenever the destination can
be folded to a constant attribute, that attribute must be a
`DenseElementsAttr`. That is is not necessarily the case.
2024-07-05 17:32:51 +02:00
..