[all-commits] [llvm/llvm-project] 2dd20a: [ValueTypes] Fix scalable-vector changeExtendedVec...
Fraser Cormack via All-commits
all-commits at lists.llvm.org
Thu Jun 3 01:45:16 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2dd20a31f27e3123f5f324c3a80092ad3f80ef05
https://github.com/llvm/llvm-project/commit/2dd20a31f27e3123f5f324c3a80092ad3f80ef05
Author: Fraser Cormack <fraser at codeplay.com>
Date: 2021-06-03 (Thu, 03 Jun 2021)
Changed paths:
M llvm/lib/CodeGen/ValueTypes.cpp
M llvm/test/CodeGen/RISCV/rvv/vselect-fp-rv32.ll
M llvm/test/CodeGen/RISCV/rvv/vselect-fp-rv64.ll
Log Message:
-----------
[ValueTypes] Fix scalable-vector changeExtendedVectorTypeToInteger
The attached tests check for the regression in DAGCombiner's
`visitVSELECT`, which may call this method.
Reviewed By: craig.topper
Differential Revision: https://reviews.llvm.org/D103534
More information about the All-commits
mailing list