comparison gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-pr37194.c @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
20 20
21 for (i = 0; i < 20; i++) 21 for (i = 0; i < 20; i++)
22 data[i] = d; 22 data[i] = d;
23 } 23 }
24 24
25 /* { dg-final { scan-tree-dump-times "vectorization not profitable" 1 "vect" } } */ 25 /* { dg-final { scan-tree-dump-times "vectorization not profitable" 1 "vect" { target { ! vect_hw_misalign } } } } */
26 /* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" } } */ 26 /* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { target { ! vect_hw_misalign } } } } */
27 27