[all-commits] [llvm/llvm-project] e8d2ff: [PowerPC] Add fma/fsqrt/fmax strict-fp intrinsics

Qiu Chaofan via All-commits all-commits at lists.llvm.org
Mon May 11 22:44:34 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: e8d2ff22f09fea835ffc778e41a2acae4f4a5632
      https://github.com/llvm/llvm-project/commit/e8d2ff22f09fea835ffc778e41a2acae4f4a5632
  Author: Qiu Chaofan <qiucofan at cn.ibm.com>
  Date:   2020-05-12 (Tue, 12 May 2020)

  Changed paths:
    M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
    M llvm/lib/Target/PowerPC/PPCInstrInfo.td
    M llvm/lib/Target/PowerPC/PPCInstrVSX.td
    M llvm/test/CodeGen/PowerPC/fp-strict-f128.ll
    A llvm/test/CodeGen/PowerPC/fp-strict-minmax.ll
    M llvm/test/CodeGen/PowerPC/fp-strict.ll
    M llvm/test/CodeGen/PowerPC/vector-constrained-fp-intrinsics.ll

  Log Message:
  -----------
  [PowerPC] Add fma/fsqrt/fmax strict-fp intrinsics

This patch adds strict-fp intrinsics support for fma, fsqrt, fmaxnum and
fminnum on PowerPC.

Reviewed By: hfinkel

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




More information about the All-commits mailing list