OSDN Git Service

[PowerPC][Power9]Legalize and emit code for quad-precision add/div/mul/sub
authorLei Huang <lei@ca.ibm.com>
Mon, 19 Mar 2018 18:52:20 +0000 (18:52 +0000)
committerLei Huang <lei@ca.ibm.com>
Mon, 19 Mar 2018 18:52:20 +0000 (18:52 +0000)
commit328e67adb1ecf22a7950550a091cab9d8afa601e
tree48ff29450b3670259f752f40aa4bcd49a9cc28a1
parentf20165913ca43ba415288a41e9c7a1b257f09776
[PowerPC][Power9]Legalize and emit code for quad-precision add/div/mul/sub

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

  * xsaddqp
  * xssubqp
  * xsdivqp
  * xsmulqp

Differential Revision: https://reviews.llvm.org/D44506

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@327878 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/PowerPC/PPCInstrVSX.td
test/CodeGen/PowerPC/f128-arith.ll [new file with mode: 0644]