mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-17 20:11:06 +08:00
re PR tree-optimization/80928 (SLP vectorization does not handle induction in outer loop vectorization)
2017-06-08 Richard Biener <rguenther@suse.de> PR tree-optimization/80928 * gcc.dg/vect/slp-perm-8.c: Do not expect check loop to be vectorized. From-SVN: r249004
This commit is contained in:
parent
4d3cb8199b
commit
fb4bc6ff6c
@ -1,4 +1,10 @@
|
||||
2017-06-08 Richard Biener <rguenther@suse.de>
|
||||
|
||||
PR tree-optimization/80928
|
||||
* gcc.dg/vect/slp-perm-8.c: Do not expect check loop to be vectorized.
|
||||
|
||||
2017-06-07 Carl Love <cel@us.ibm.com>
|
||||
|
||||
* gcc.target/powerpc/builtins-3.c: Fix vec_mule, vec_mulo test cases.
|
||||
|
||||
2017-06-07 Jonathan Wakely <jwakely@redhat.com>
|
||||
|
@ -53,8 +53,7 @@ int main (int argc, const char* argv[])
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 2 "vect" { target { vect_perm_byte && vect_char_mult } } } } */
|
||||
/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { target { vect_perm_byte && {! vect_char_mult } } } } } */
|
||||
/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { target { vect_perm_byte } } } } */
|
||||
/* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 1 "vect" { target { vect_perm_byte && {! vect_load_lanes } } } } } */
|
||||
/* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 0 "vect" { target vect_load_lanes } } } */
|
||||
/* { dg-final { scan-tree-dump "note: Built SLP cancelled: can use load/store-lanes" "vect" { target { vect_perm_byte && vect_load_lanes } } } } */
|
||||
|
Loading…
x
Reference in New Issue
Block a user