[PATCH] D63916: [PowerPC] Add exception constraint to FP arithmetic

Qiu Chaofan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 6 01:30:58 PST 2020


qiucf updated this revision to Diff 236310.
qiucf retitled this revision from "[PowerPC] Add constraint fp support about exception part for operation +-*/ " to "[PowerPC] Add exception constraint to FP arithmetic".
qiucf edited the summary of this revision.
qiucf added a comment.

Rebase and fix conflicts.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63916/new/

https://reviews.llvm.org/D63916

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-add-f128.ll
  llvm/test/CodeGen/PowerPC/fp-strict-add.ll
  llvm/test/CodeGen/PowerPC/fp-strict-div-f128.ll
  llvm/test/CodeGen/PowerPC/fp-strict-div.ll
  llvm/test/CodeGen/PowerPC/fp-strict-mul-f128.ll
  llvm/test/CodeGen/PowerPC/fp-strict-mul.ll
  llvm/test/CodeGen/PowerPC/fp-strict-sub-f128.ll
  llvm/test/CodeGen/PowerPC/fp-strict-sub.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63916.236310.patch
Type: text/x-patch
Size: 27951 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200106/ff1de28a/attachment.bin>


More information about the llvm-commits mailing list