[PATCH] D50004: [PowerPC] Emit xscpsgndp instead of xxlor when copying floating point scalar registers for P9

Amy Kwan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 3 05:00:56 PDT 2018


amyk updated this revision to Diff 158979.
amyk added a comment.

This revision primarily addresses enabling `xscpsgndp` for https://reviews.llvm.org/P9 only, as `xxlor` is still preferable to use for copying floating point scalars pre-P9.


https://reviews.llvm.org/D50004

Files:
  llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
  llvm/test/CodeGen/PowerPC/builtins-ppc-p9-f128.ll
  llvm/test/CodeGen/PowerPC/f128-conv.ll
  llvm/test/CodeGen/PowerPC/f128-passByValue.ll
  llvm/test/CodeGen/PowerPC/p8-scalar_vector_conversions.ll
  llvm/test/CodeGen/PowerPC/p9_copy_fp.ll
  llvm/test/CodeGen/PowerPC/vsx-spill.ll
  llvm/test/CodeGen/PowerPC/vsx.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50004.158979.patch
Type: text/x-patch
Size: 90091 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180803/977f2162/attachment.bin>


More information about the llvm-commits mailing list