[all-commits] [llvm/llvm-project] 550292: [RISCV] Fix missing scalable->fixed-length vector ...
Fraser Cormack via All-commits
all-commits at lists.llvm.org
Fri Mar 19 09:56:46 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 550292ecb19a203eeed90945a8402433882ee1d6
https://github.com/llvm/llvm-project/commit/550292ecb19a203eeed90945a8402433882ee1d6
Author: Fraser Cormack <fraser at codeplay.com>
Date: 2021-03-19 (Fri, 19 Mar 2021)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-insert.ll
Log Message:
-----------
[RISCV] Fix missing scalable->fixed-length vector conversion
Returning the scalable-vector container type would present problems when
the fixed-length INSERT_VECTOR_ELT was used by later operations.
Reviewed By: craig.topper
Differential Revision: https://reviews.llvm.org/D98776
More information about the All-commits
mailing list