diff options
author | Craig Topper <craig.topper@sifive.com> | 2021-02-17 18:19:22 -0800 |
---|---|---|
committer | Craig Topper <craig.topper@sifive.com> | 2021-02-17 18:25:38 -0800 |
commit | 00c4e0a8f60b73a92a319963e84bfc9fdeee5b19 (patch) | |
tree | 0bb42704f415b1b1352df6c36e852cb81bec6566 /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | |
parent | ff6c84b803c6a7f5e79dcdbad25332dc7936303c (diff) | |
download | llvm-00c4e0a8f60b73a92a319963e84bfc9fdeee5b19.zip llvm-00c4e0a8f60b73a92a319963e84bfc9fdeee5b19.tar.gz llvm-00c4e0a8f60b73a92a319963e84bfc9fdeee5b19.tar.bz2 |
[RISCV] Guard the ISD::EXTRACT_VECTOR_ELT handling in ReplaceNodeResults against fixed vectors and non-MVT types.
The type legalizer is calling this code based on the scalar type so
we need to verify the input type is a scalable vector.
The vector type has also not been legalized yet when this is called
so we need to use EVT for it.
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
0 files changed, 0 insertions, 0 deletions