[PATCH] D26861: [POWERPC][LE] prevent vxs load and store from expanding to lxvd2x/xxswapd and xxswapd/stxvd2x for aligned vectors

Kit Barton via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 18 11:12:53 PST 2016


kbarton requested changes to this revision.
kbarton added a comment.
This revision now requires changes to proceed.

The patterns for the int_ppc_vsx_lxvw4x and int_ppc_vsx_stxvw4x are still here. 
These patterns should be intercepted and dealt with earlier, but if they are not they will match here and end up generating correct code. Can you please remove these patterns for LE. That way if they survive to this point, the program should fail to compile instead of generating incorrect code.


https://reviews.llvm.org/D26861





More information about the llvm-commits mailing list