]> git.ipfire.org Git - thirdparty/gcc.git/commit
* config/i386/i386.c (ix86_legitimate_combined_insn): Reject
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Nov 2015 08:11:11 +0000 (08:11 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Nov 2015 08:11:11 +0000 (08:11 +0000)
commit6567b307c8104b64e196edd0a5621740934c0c01
treedfcac8342e9525146193da3073ee6dfceaf8eb3f
parent74b904f4cff25f8213400a9a75aee1a0c1cfd016
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@230215 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/sse-1.c