commit | 4ded125583404a8bd3bcfcb3036d85fbf12a73c5 | [log] [tgz] |
---|---|---|
author | Longsheng Mou <longshengmou@gmail.com> | Fri Jul 25 10:37:33 2025 +0800 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Jul 24 19:40:39 2025 -0700 |
tree | 23de3ec9917c51b4d09133a7ba4ba7e99d4ac35a | |
parent | 4ff989bedc78d6259ee6e155bef31c301016e6bd [diff] |
[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. GitOrigin-RevId: 75aa629269c2cea94352f4029a84668bf157dc86
See https://mlir.llvm.org/ for more information.