diff options
author | Craig Topper <craig.topper@sifive.com> | 2021-06-14 22:01:45 -0700 |
---|---|---|
committer | Craig Topper <craig.topper@sifive.com> | 2021-06-14 22:07:04 -0700 |
commit | 4017d0335a35334835bfae6fc3e258adcd9ed2dc (patch) | |
tree | 6072b635573836db3304187ebf0268812b3cb307 /llvm/lib/DebugInfo/CodeView/Formatters.cpp | |
parent | 51ed1c6ccc7b9d9b0ff3169b9f5e6b798eed599b (diff) | |
download | llvm-4017d0335a35334835bfae6fc3e258adcd9ed2dc.zip llvm-4017d0335a35334835bfae6fc3e258adcd9ed2dc.tar.gz llvm-4017d0335a35334835bfae6fc3e258adcd9ed2dc.tar.bz2 |
[X86] Use EVT::getVectorVT instead of changeVectorElementType in reduceVMULWidth.
Changing vector element type doesn't work for v6i32->v6i16 now
that v6i32 is an MVT and v6i16 is not.
I would like to fix this in changeVectorElementType, but you
need a LLVMContext to call getVectorVT which we can't get from
an MVT.
Fixes PR50709.
Diffstat (limited to 'llvm/lib/DebugInfo/CodeView/Formatters.cpp')
0 files changed, 0 insertions, 0 deletions