[all-commits] [llvm/llvm-project] f9dd03: [AArch64][SVE] Implement floating-point comparison...

kmclaughlin-arm via All-commits all-commits at lists.llvm.org
Thu Nov 14 05:54:43 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f9dd03b135d7c40733bc1eaccde7c690f00be9e2
      https://github.com/llvm/llvm-project/commit/f9dd03b135d7c40733bc1eaccde7c690f00be9e2
  Author: Kerry McLaughlin <kerry.mclaughlin at arm.com>
  Date:   2019-11-14 (Thu, 14 Nov 2019)

  Changed paths:
    M llvm/include/llvm/IR/IntrinsicsAArch64.td
    M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
    M llvm/lib/Target/AArch64/SVEInstrFormats.td
    A llvm/test/CodeGen/AArch64/sve-intrinsics-fp-compares.ll
    A llvm/test/CodeGen/AArch64/sve-intrinsics-fp-reduce.ll

  Log Message:
  -----------
  [AArch64][SVE] Implement floating-point comparison & reduction intrinsics

Summary:
Adds intrinsics for the following:
 - fadda & faddv
 - fminv, fmaxv, fminnmv & fmaxnmv
 - facge & facgt
 - fcmp[eq|ge|gt|ne|uo]

Reviewers: sdesmalen, huntergr, dancgr, mgudim

Reviewed By: sdesmalen

Subscribers: tschuett, kristof.beyls, hiraditya, rkruppe, psnobl, cameron.mcinally, cfe-commits, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D69858




More information about the All-commits mailing list