testsuite/92177 - adjust expected patterns for gcc.dg/vect/bb-slp-22.c
We now always vectorize two BBs, adjust the selector to also scan for integer multiplication vectorization explicitely. 2020-05-05 Richard Biener <rguenther@suse.de> PR testsuite/92177 * gcc.dg/vect/bb-slp-22.c: Adjust.
This commit is contained in:
parent
f9b5db750b
commit
3fbf43b9bc
2 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2020-05-05 Richard Biener <rguenther@suse.de>
|
||||
|
||||
PR testsuite/92177
|
||||
* gcc.dg/vect/bb-slp-22.c: Adjust.
|
||||
|
||||
2020-05-05 Richard Biener <rguenther@suse.de>
|
||||
|
||||
PR ipa/94947
|
||||
|
|
|
@ -63,6 +63,5 @@ int main (void)
|
|||
return 0;
|
||||
}
|
||||
|
||||
/* { dg-final { scan-tree-dump-times "basic block vectorized" 1 "slp2" { target { ! {vect_int_mult } } } } } */
|
||||
/* { dg-final { scan-tree-dump-times "basic block vectorized" 2 "slp2" { target vect_int_mult } } } */
|
||||
|
||||
/* { dg-final { scan-tree-dump-times "basic block vectorized" 2 "slp2" } } */
|
||||
/* { dg-final { scan-tree-dump "vectorizing SLP node starting from: _\[0-9\]+ = _\[0-9\]+ \\\* a0" "slp2" { target vect_int_mult } } } */
|
||||
|
|
Loading…
Add table
Reference in a new issue