sse.md (avx2_gathersi<mode>, [...]): Add clobber of match_scratch...
authorJakub Jelinek <jakub@redhat.com>
Wed, 12 Oct 2011 22:05:00 +0000 (00:05 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 12 Oct 2011 22:05:00 +0000 (00:05 +0200)
commit9d901b0e8fbb741dc6ac72faa4be1a3dc6b9b599
treea9ca0821ee4c01bfd99477dc97af6ebf37f972f1
parent15bf7d19d4a0dc2eed0ae5dcac5cdb3a35ec7db8
sse.md (avx2_gathersi<mode>, [...]): Add clobber of match_scratch...

* config/i386/sse.md (avx2_gathersi<mode>,
avx2_gatherdi<mode>, avx2_gatherdi<mode>256): Add clobber of
match_scratch, change memory_operand to register_operand,
add (mem:BLK (scratch)) use.
(*avx2_gathersi<mode>, *avx2_gatherdi<mode>,
*avx2_gatherdi<mode>256): Add clobber of match_scratch,
add earlyclobber to the output operand and match_scratch,
add (mem:BLK (scratch)) use, change the other mem to match_operand.
Use %p6 instead of %c6 in the pattern.
* config/i386/i386.c (ix86_expand_builtin): Adjust for
operand 2 being a Pmode register_operand instead of memory_operand.

From-SVN: r179869
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/config/i386/sse.md