[all-commits] [llvm/llvm-project] 38efa6: [LegalizeTypes][VP] Add splitting support for vp.s...
vic via All-commits
all-commits at lists.llvm.org
Fri Jan 7 00:46:20 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 38efa68b083e419301d4df55f1cb48a90cf088b2
https://github.com/llvm/llvm-project/commit/38efa68b083e419301d4df55f1cb48a90cf088b2
Author: Victor Perez <victor.perez at codeplay.com>
Date: 2022-01-07 (Fri, 07 Jan 2022)
Changed paths:
M llvm/include/llvm/CodeGen/SelectionDAG.h
M llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
M llvm/lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.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 splitting support for vp.select
Split vp.select in a similar way as vselect, splitting also the length
parameter.
Reviewed By: craig.topper
Differential Revision: https://reviews.llvm.org/D116651
More information about the All-commits
mailing list