[PATCH] D15916: [Power9] Implement new vector compare instructions
Nemanja Ivanovic via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 11 02:51:17 PST 2016
nemanjai added a subscriber: nemanjai.
nemanjai added a comment.
These instructions definitely need intrinsics, a way to get at them through altivec.h and support in PPCISelLowering.cpp (getVectorCompareInfo). Of course, we are only doing the ASM support at this time, but I think this would be the right time to put a note somewhere about what else is needed for these instructions. Perhaps a file named along the lines of P9AdditionalSupportReq.txt in lib/Target/PowerPC/.
http://reviews.llvm.org/D15916
More information about the llvm-commits
mailing list