[PATCH] D89627: [VE] Support br_cc comparing fp128

Kazushi Marukawa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 17 10:01:34 PDT 2020


kaz7 created this revision.
kaz7 added reviewers: simoll, k-ishizaka.
kaz7 added projects: LLVM, VE.
Herald added subscribers: llvm-commits, hiraditya.
kaz7 requested review of this revision.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D89627

Files:
  llvm/lib/Target/VE/VEInstrInfo.td
  llvm/test/CodeGen/VE/br_cc.ll
  llvm/test/CodeGen/VE/branch1.ll
  llvm/test/CodeGen/VE/brcond.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89627.298836.patch
Type: text/x-patch
Size: 39428 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201017/403189d7/attachment.bin>


More information about the llvm-commits mailing list