Followup to: https://reviews.llvm.org/D44506
Legalize and emit code for quad-precision floating point operations:
- xscpsgnqp
- xsabsqp
- xsnabsqp
- xsnegqp
- xssqrtqp
Paths
| Differential D44530
[Power9]Legalize and emit code for quad-precision copySign/abs/nabs/neg/sqrt ClosedPublic Authored by lei on Mar 15 2018, 11:38 AM.
Details Summary Followup to: https://reviews.llvm.org/D44506 Legalize and emit code for quad-precision floating point operations:
Diff Detail
Event TimelineComment Actions LGTM. Of course, please make sure you commit the two patches in the right order since this one clearly depends on the first one. This revision is now accepted and ready to land.Mar 16 2018, 5:46 PM Closed by commit rL327889: [Power9]Legalize and emit code for quad-precision copySign/abs/nabs/neg/sqrt (authored by lei). · Explain WhyMar 19 2018, 12:27 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 138978 llvm/trunk/lib/Target/PowerPC/PPCInstrVSX.td
llvm/trunk/test/CodeGen/PowerPC/f128-arith.ll
|