Add target int128 to testcase.

gcc/testsuite
	* gcc.dg/pr102738.c: Add target int128.
This commit is contained in:
Andrew MacLeod 2021-10-14 20:32:53 -04:00
parent 5d5885c99c
commit 5bb1e518b4

View file

@ -1,5 +1,6 @@
/* PR tree-optimization/102738 */
/* { dg-options "-O2 -fdump-tree-evrp" } */
/* { dg-do compile { target int128 } } */
/* Remove arithmetic shift right when the LHS is known to be 0 or -1. */