[all-commits] [llvm/llvm-project] 25955c: [VE] Support br_cc comparing fp128

Kazushi Marukawa via All-commits all-commits at lists.llvm.org
Mon Oct 19 02:30:02 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 25955cbae4e2c60d9ecc6f40dc74abfb30af2573
      https://github.com/llvm/llvm-project/commit/25955cbae4e2c60d9ecc6f40dc74abfb30af2573
  Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
  Date:   2020-10-19 (Mon, 19 Oct 2020)

  Changed paths:
    M llvm/lib/Target/VE/VEInstrInfo.td
    A llvm/test/CodeGen/VE/br_cc.ll
    R llvm/test/CodeGen/VE/branch1.ll
    M llvm/test/CodeGen/VE/brcond.ll

  Log Message:
  -----------
  [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




More information about the All-commits mailing list