diff options
author | Craig Topper <craig.topper@sifive.com> | 2022-06-13 13:30:36 -0700 |
---|---|---|
committer | Craig Topper <craig.topper@sifive.com> | 2022-06-13 13:41:39 -0700 |
commit | e4062522d33160ffa538bbc6eb8ddf945f534aad (patch) | |
tree | 553daa94d6e70a27601f4fd00894a731363f00c5 /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | cf6a7c1947931df20cf294213c8edf2d8c0490f6 (diff) | |
download | llvm-e4062522d33160ffa538bbc6eb8ddf945f534aad.zip llvm-e4062522d33160ffa538bbc6eb8ddf945f534aad.tar.gz llvm-e4062522d33160ffa538bbc6eb8ddf945f534aad.tar.bz2 |
[RISCV] Disable matchSplatAsGather for i1 vectors to prevent creating illegal nodes.
We were incorrectly creating a VRGATHER node with i1 vector type. We
could support this by promoting the mask to i8 and truncating it, but
for now I want to prevent the crash.
Fixes PR56007.
Reviewed By: reames
Differential Revision: https://reviews.llvm.org/D127681
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions