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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM! Thanks for folding in the VSX compares to the existing infrastructure, and renaming appropriately.