diff options
author | Rik Huijzer <github@huijzer.xyz> | 2023-12-11 12:07:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-11 12:07:41 +0100 |
commit | 51e5f677c8d174e56bd0a312f71f248ba4cd0348 (patch) | |
tree | bb669b6f0c85b1510c5bed3d19b2ff6c010190ef /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | 35ebd92d3d13925c1a4c61424a7be21cf32dc4c1 (diff) | |
download | llvm-51e5f677c8d174e56bd0a312f71f248ba4cd0348.zip llvm-51e5f677c8d174e56bd0a312f71f248ba4cd0348.tar.gz llvm-51e5f677c8d174e56bd0a312f71f248ba4cd0348.tar.bz2 |
[mlir][vector] Fix crash on invalid `permutation_map` (#74925)
Without this patch, MLIR crashes with
```
Assertion failed: (getNumDims() == map.getNumResults() && "Number of results mismatch"), function compose, file AffineMap.cpp, line 537.
```
during parsing.
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions