[VE] Change to expand BRCOND
authorKazushi (Jam) Marukawa <marukawa@nec.com>
Tue, 6 Oct 2020 14:15:42 +0000 (23:15 +0900)
committerKazushi (Jam) Marukawa <marukawa@nec.com>
Mon, 12 Oct 2020 10:18:37 +0000 (19:18 +0900)
commit6c32bc4875117696d23c035e9e11320e095e52a0
tree7e392426cae965d36a3d8016095f0174fcccc3ff
parentf1bf41e433e196ecffcc4fb7cd04c58d48445425
[VE] Change to expand BRCOND

VE doesn't have BRCOND instruction, so need to expand it.  Also add
a regression test.

Reviewed By: simoll

Differential Revision: https://reviews.llvm.org/D89173
llvm/lib/Target/VE/VEISelLowering.cpp
llvm/test/CodeGen/VE/brcond.ll [new file with mode: 0644]