llvm-project
75aa6292 - [mlir][vector] Add a check to ensure input vector rank equals target shape rank (#149239)

Commit
67 days ago
[mlir][vector] Add a check to ensure input vector rank equals target shape rank (#149239) The crash is caused because, during IR transformation, the vector-unrolling pass (using ExtractStridedSliceOp) attempts to slice an input vector of higher rank using a target vector of lower rank, which is not supported. Fixes #148368.
Author
Parents
Loading