Commit 0e510edb by Bin Cheng Committed by Bin Cheng

ivopt_mult_4.c: Explicitly check comparison on pointer should not be replaced.

	gcc/testsuite
	* gcc.dg/tree-ssa/ivopt_mult_4.c: Explicitly check comparison
	on pointer should not be replaced.

From-SVN: r248746
parent 7f1b5019
2017-05-31 Bin Cheng <bin.cheng@arm.com>
* gcc.dg/tree-ssa/ivopt_mult_4.c: Explicitly check comparison
on pointer should not be replaced.
2017-05-31 Mikhail Maltsev <maltsevm@gmail.com>
PR testsuite/80580
......
/* { dg-do compile { target {{ i?86-*-* x86_64-*-* } && lp64 } } } */
/* { dg-options "-O2 -m64 -fdump-tree-ivopts-details" } */
/* { dg-options "-O2 -m64 -fdump-tree-optimized" } */
/* iv i's step 16 so its period is smaller than the max iterations
* i.e. replacing if (p2 > p_limit2) with testing of i may result in
......@@ -21,4 +21,4 @@ long foo(long* p, long* p2, int N1, int N2)
return s;
}
/* { dg-final { scan-tree-dump "Replacing exit test" "ivopts"} } */
/* { dg-final { scan-tree-dump "if \\(.*p_limit2.*\\)" "optimized"} } */
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