[PATCH] D26713: [ppc] Legalize the load of MVT::v4i8 into VSX register
Nemanja Ivanovic via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 16 10:40:06 PST 2016
nemanjai added inline comments.
================
Comment at: lib/Target/PowerPC/PPCISelLowering.cpp:680
+
+ setLoadExtAction(ISD::EXTLOAD, MVT::v16i8, MVT::v4i8, Custom);
}
----------------
Is there more to this patch? Taking a quick look in PPCISelLowering.cpp, I don't see which custom lowering function will be invoked that will actually handle this node. Of course, it's entirely possible that I just missed it.
https://reviews.llvm.org/D26713
More information about the llvm-commits
mailing list