[VE] Support br_cc comparing fp128
authorKazushi (Jam) Marukawa <marukawa@nec.com>
Sat, 17 Oct 2020 14:45:18 +0000 (23:45 +0900)
committerKazushi (Jam) Marukawa <marukawa@nec.com>
Mon, 19 Oct 2020 09:29:39 +0000 (18:29 +0900)
commit25955cbae4e2c60d9ecc6f40dc74abfb30af2573
tree784fd6dc062088d080e5c779bc75b1b12e1eb96a
parentaf8b444de328b87d404304acb7259304d06b5a36
[VE] Support br_cc comparing fp128

Support br_cc instruction comparing fp128 values.  Add a br_cc.ll
regression test for all kind of br_cc instructions.  And, clean
existing branch regression tests, this time.  Clean a brcond.ll
regression test for brcond instruction.  Remove mixed branch1.ll
regression test.

Reviewed By: simoll

Differential Revision: https://reviews.llvm.org/D89627
llvm/lib/Target/VE/VEInstrInfo.td
llvm/test/CodeGen/VE/br_cc.ll [new file with mode: 0644]
llvm/test/CodeGen/VE/branch1.ll [deleted file]
llvm/test/CodeGen/VE/brcond.ll