comparison gcc/testsuite/gcc.dg/vect/vect-live-slp-3.c @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 /* Disabling epilogues until we find a better way to deal with scans. */
2 /* { dg-additional-options "--param vect-epilogues-nomask=0" } */
1 /* { dg-require-effective-target vect_long } */ 3 /* { dg-require-effective-target vect_long } */
2 /* { dg-additional-options "-fno-tree-scev-cprop" } */ 4 /* { dg-additional-options "-fno-tree-scev-cprop" } */
3 5
4 #include "tree-vect.h" 6 #include "tree-vect.h"
5 7