[PATCH] D81669: [PowerPC] Support constrained fp operation for scalar sitofp/uitofp

Qiu Chaofan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 20 20:20:21 PDT 2020


qiucf updated this revision to Diff 286944.
qiucf marked 3 inline comments as done.
qiucf added a comment.

- Use `PPCany_*` to restructure tblgen file
- Add mayRaiseFPException flag to `fcfid*`
- Add default argument to `convertIntToFp`

Thanks for patient comments!


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

https://reviews.llvm.org/D81669

Files:
  llvm/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/lib/Target/PowerPC/PPCISelLowering.h
  llvm/lib/Target/PowerPC/PPCInstr64Bit.td
  llvm/lib/Target/PowerPC/PPCInstrInfo.td
  llvm/lib/Target/PowerPC/PPCInstrVSX.td
  llvm/test/CodeGen/PowerPC/fp-strict-conv-f128.ll
  llvm/test/CodeGen/PowerPC/fp-strict-conv.ll
  llvm/test/CodeGen/PowerPC/kernel-fp-round.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81669.286944.patch
Type: text/x-patch
Size: 32478 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200821/adc479d8/attachment.bin>


More information about the llvm-commits mailing list