[PATCH] D13191: Addition of interfaces the BE to conform to Table A-2 of ELF V2 ABI V1.1

Nemanja Ivanovic via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 25 23:45:57 PDT 2015


nemanjai created this revision.
nemanjai added reviewers: wschmidt, seurer, kbarton, hfinkel.
nemanjai added a subscriber: llvm-commits.
nemanjai set the repository for this revision to rL LLVM.

The BE portion of http://reviews.llvm.org/D13190.
There are new intrinsics for the instructions required for the vector interfaces listed in the ABI V1.1 document. There is also a change to the naming of getAltivecCompareInfo as the same infrastructure is now used for VSX comparisons. It is now named getVectorCompareInfo to illustrate that it is used for both Altivec and VSX instructions.

Repository:
  rL LLVM

http://reviews.llvm.org/D13191

Files:
  include/llvm/IR/IntrinsicsPowerPC.td
  lib/Target/PowerPC/PPCISelLowering.cpp
  lib/Target/PowerPC/PPCInstrVSX.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13191.35796.patch
Type: text/x-patch
Size: 9305 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150926/9e9cd11f/attachment.bin>


More information about the llvm-commits mailing list