[all-commits] [llvm/llvm-project] 7cb452: [SelectionDAG][VP] Add widening support for VP_MERGE
Fraser Cormack via All-commits
all-commits at lists.llvm.org
Tue Jan 25 03:10:03 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7cb452bfde1086f7bcddfd6de5594ebcb4c11bf5
https://github.com/llvm/llvm-project/commit/7cb452bfde1086f7bcddfd6de5594ebcb4c11bf5
Author: Fraser Cormack <fraser at codeplay.com>
Date: 2022-01-25 (Tue, 25 Jan 2022)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vpmerge.ll
M llvm/test/CodeGen/RISCV/rvv/vpmerge-sdnode.ll
Log Message:
-----------
[SelectionDAG][VP] Add widening support for VP_MERGE
This patch adds widening support for ISD::VP_MERGE, which widens
identically to VP_SELECT and similarly to other select-like nodes.
Reviewed By: craig.topper
Differential Revision: https://reviews.llvm.org/D118030
More information about the All-commits
mailing list