[VE] Support select_cc
authorKazushi (Jam) Marukawa <marukawa@nec.com>
Sat, 17 Oct 2020 13:09:50 +0000 (22:09 +0900)
committerKazushi (Jam) Marukawa <marukawa@nec.com>
Mon, 19 Oct 2020 09:54:25 +0000 (18:54 +0900)
commit8796746b2a1187adccbdda2e1b2df113f7e88710
treede8388f4856f3b827ea37a20f0cf2321f618a781
parentf2fd42098cfbafad882e201bd2de5592183ceec6
[VE] Support select_cc

Add missing ISel patterns related to select_cc DAG nodes.
Add regression test of all combination of possible scalar types.

Reviewed By: simoll

Differential Revision: https://reviews.llvm.org/D89672
llvm/lib/Target/VE/VEInstrInfo.td
llvm/test/CodeGen/VE/select_cc.ll [new file with mode: 0644]