Commit 8be119c1 by Richard Henderson Committed by Richard Henderson

Fix pr68714 test for targets not supporting V4SImode.

  * gcc.dg/tree-ssa/pr68714.c: Test during reassoc pass.

From-SVN: r234220
parent 6598bb55
2016-03-15 Richard Henderson <rth@redhat.com>
* gcc.dg/tree-ssa/pr68714.c: Test during reassoc1 pass.
2016-03-15 Andrey Belevantsev <abel@ispras.ru>
PR rtl-optimization/69032
......
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-optimized" } */
/* { dg-options "-O2 -fdump-tree-reassoc1" } */
typedef int vec __attribute__((vector_size(16)));
vec f(vec x,vec y){
return x<y|x==y;
}
/* { dg-final { scan-tree-dump-times " <= " 1 "optimized" } } */
/* { dg-final { scan-tree-dump-times " <= " 1 "reassoc1" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment