[PATCH] D92374: [PowerPC] Support f128 under VSX

Qiu Chaofan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 29 22:43:37 PDT 2021


qiucf updated this revision to Diff 334050.
qiucf retitled this revision from "[PowerPC] Support the IEEE Long Double if altivec enabled" to "[PowerPC] Support f128 under VSX".
qiucf edited the summary of this revision.
qiucf added a comment.

Change requirement from Altivec to VSX to align with GCC behavior.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92374

Files:
  llvm/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/test/CodeGen/PowerPC/f128-aggregates.ll
  llvm/test/CodeGen/PowerPC/f128-arith.ll
  llvm/test/CodeGen/PowerPC/f128-bitcast.ll
  llvm/test/CodeGen/PowerPC/f128-compare.ll
  llvm/test/CodeGen/PowerPC/f128-conv.ll
  llvm/test/CodeGen/PowerPC/f128-fma.ll
  llvm/test/CodeGen/PowerPC/f128-passByValue.ll
  llvm/test/CodeGen/PowerPC/f128-rounding.ll
  llvm/test/CodeGen/PowerPC/f128-truncateNconv.ll
  llvm/test/CodeGen/PowerPC/fp-strict-conv-f128.ll
  llvm/test/CodeGen/PowerPC/fp-strict-f128.ll
  llvm/test/CodeGen/PowerPC/fp-strict-fcmp.ll
  llvm/test/CodeGen/PowerPC/ppc64-P9-setb.ll
  llvm/test/CodeGen/PowerPC/store_fptoi.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92374.334050.patch
Type: text/x-patch
Size: 149853 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210330/4cbdfd6f/attachment-0001.bin>


More information about the llvm-commits mailing list