[PATCH] D86605: [PowerPC] Expand constrained ppc_fp128 to i32 conversion

Qiu Chaofan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 4 09:11:27 PDT 2020


qiucf updated this revision to Diff 289978.
qiucf added a comment.

- Move out constants
- Transfer `nofpexcept` flag. If this is a problem, other lowering methods should also be fixed
- Transfer `nofpexcept` to `FADD` if `FADDRtz` is `nofpexcept`


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

https://reviews.llvm.org/D86605

Files:
  llvm/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/lib/Target/PowerPC/PPCISelLowering.h
  llvm/lib/Target/PowerPC/PPCInstrInfo.td
  llvm/test/CodeGen/PowerPC/fp-strict-conv-f128.ll
  llvm/test/CodeGen/PowerPC/ppcf128-constrained-fp-intrinsics.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86605.289978.patch
Type: text/x-patch
Size: 23406 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200904/5bbe0ff5/attachment.bin>


More information about the llvm-commits mailing list