[PATCH] D72749: [PowerPC] Add exception constraint to FP sqrt, fma, min/max

Qiu Chaofan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 14 22:53:18 PST 2020


qiucf created this revision.
qiucf added reviewers: PowerPC, andrew.w.kaylor, kpn.
Herald added subscribers: llvm-commits, steven.zhang, shchenz, jsji, kbarton, hiraditya, nemanjai.
Herald added a project: LLVM.
qiucf added a parent revision: D64193: [PowerPC] Add exception constraint to FP rounding operations.
Herald added a subscriber: wuzish.

The concept of strict floating point nodes was added into LLVM in https://reviews.llvm.org/D55506.
This is the third follow-up patch to add constraint fp support about exception part for PowerPC target.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D72749

Files:
  llvm/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/lib/Target/PowerPC/PPCInstrInfo.td
  llvm/lib/Target/PowerPC/PPCInstrVSX.td
  llvm/test/CodeGen/PowerPC/fp-strict-fma-f128.ll
  llvm/test/CodeGen/PowerPC/fp-strict-fma.ll
  llvm/test/CodeGen/PowerPC/fp-strict-fmaxnum.ll
  llvm/test/CodeGen/PowerPC/fp-strict-fminnum.ll
  llvm/test/CodeGen/PowerPC/fp-strict-sqrt-f128.ll
  llvm/test/CodeGen/PowerPC/fp-strict-sqrt.ll
  llvm/test/CodeGen/PowerPC/vector-constrained-fp-intrinsics.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72749.238174.patch
Type: text/x-patch
Size: 66534 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200115/161e8ecb/attachment.bin>


More information about the llvm-commits mailing list