diff options
author | Longsheng Mou <longshengmou@gmail.com> | 2025-07-25 10:37:33 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-25 10:37:33 +0800 |
commit | 75aa629269c2cea94352f4029a84668bf157dc86 (patch) | |
tree | 321662fe32dd919047fdc0f0c115fa3fb914113f /llvm/tools/llvm-objdump/llvm-objdump.cpp | |
parent | 6d8d6f6e036c374fb81d687b9f85905d75547345 (diff) | |
download | llvm-75aa629269c2cea94352f4029a84668bf157dc86.zip llvm-75aa629269c2cea94352f4029a84668bf157dc86.tar.gz llvm-75aa629269c2cea94352f4029a84668bf157dc86.tar.bz2 |
[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.
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions