Adds code to PPC ISEL lowering to recognize byte inserts from vector_shuffles,...
Adds code to PPC ISEL lowering to recognize byte inserts from vector_shuffles, and use P9 shift and vector insert byte instructions instead of vperm. Extends tests from vector insert half-word. Differential Revision: https://reviews.llvm.org/D34497 llvm-svn: 317503
Loading
Please sign in to comment