https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79044
--- Comment #5 from Bill Schmidt <wschmidt at gcc dot gnu.org> --- Author: wschmidt Date: Thu Jan 12 17:19:17 2017 New Revision: 244373 URL: https://gcc.gnu.org/viewcvs?rev=244373&root=gcc&view=rev Log: [gcc] 2017-01-12 Bill Schmidt <wschm...@linux.vnet.ibm.com> PR target/79044 * config/rs6000/rs6000.c (insn_is_swappable_p): Mark element-reversing loads and stores as not swappable. [gcc/testsuite] 2017-01-12 Bill Schmidt <wschm...@linux.vnet.ibm.com> PR target/79044 * gcc.target/powerpc/swaps-p8-26.c: New. Added: branches/gcc-6-branch/gcc/testsuite/gcc.target/powerpc/swaps-p8-26.c Modified: branches/gcc-6-branch/gcc/ChangeLog branches/gcc-6-branch/gcc/config/rs6000/rs6000.c branches/gcc-6-branch/gcc/testsuite/ChangeLog