i386.c (ix86_legitimate_combined_insn): Reject combined insn if the alignment of...
authorUros Bizjak <uros@gcc.gnu.org>
Thu, 12 Nov 2015 08:11:11 +0000 (09:11 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Thu, 12 Nov 2015 08:11:11 +0000 (09:11 +0100)
commitc471289ac8af8608dab424693d9411be6042ded6
treedfcac8342e9525146193da3073ee6dfceaf8eb3f
parent61fb1f74fe6402b72c227181833337acc131f205
i386.c (ix86_legitimate_combined_insn): Reject combined insn if the alignment of vector mode memory operand is less...

* config/i386/i386.c (ix86_legitimate_combined_insn): Reject
combined insn if the alignment of vector mode memory operand
is less than ssememalign.

testsuite/ChangeLog:

* gcc.target/i386/sse-1.c (swizzle): Assume that a is
aligned to 64 bits.

From-SVN: r230215
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/sse-1.c