[PATCH] D44530: [Power9]Legalize and emit code for quad-precision copySign/abs/nabs/neg/sqrt

Lei Huang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 15 11:38:27 PDT 2018


lei created this revision.
lei added reviewers: power-llvm-team, hfinkel.
Herald added subscribers: kbarton, nemanjai.

Followup to: https://reviews.llvm.org/D44506

Legalize and emit code for quad-precision floating point operations:

- xscpsgnqp
- xsabsqp
- xsnabsqp
- xsnegqp
- xssqrtqp


https://reviews.llvm.org/D44530

Files:
  lib/Target/PowerPC/PPCInstrVSX.td
  test/CodeGen/PowerPC/f128-arith.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44530.138592.patch
Type: text/x-patch
Size: 3878 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180315/7893faa7/attachment.bin>


More information about the llvm-commits mailing list