[all-commits] [llvm/llvm-project] df5226: [LegalizeTypes][VP] Add widening support for vp.se...
vic via All-commits
all-commits at lists.llvm.org
Wed Jan 5 01:22:10 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: df5226dfb33daf1fb541d440d1abe7bbb2061ee9
https://github.com/llvm/llvm-project/commit/df5226dfb33daf1fb541d440d1abe7bbb2061ee9
Author: Victor Perez <victor.perez at codeplay.com>
Date: 2022-01-05 (Wed, 05 Jan 2022)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vselect-vp.ll
M llvm/test/CodeGen/RISCV/rvv/vselect-vp.ll
Log Message:
-----------
[LegalizeTypes][VP] Add widening support for vp.select
Widen vp.select the same way as select and vselect.
Reviewed By: craig.topper
Differential Revision: https://reviews.llvm.org/D116407
More information about the All-commits
mailing list