1 /* PR tree-optimization/96779 */
3 /* { dg-options "-O -fdump-tree-optimized" } */
4 /* { dg-require-effective-target int32plus } */
8 bool __attribute__ ((noipa
)) f_func(int a
)
13 bool __attribute__ ((noipa
)) h_func(short a
)
18 bool __attribute__ ((noipa
)) k_func(long a
)
26 // few randomly generated test cases
27 if (f_func (71856034))
31 if (f_func (71856034))
39 if (k_func (68268386))
79 /* Verify that we transfered to "= -" pattern from "_2 = -_1;". */
80 /* { dg-final { scan-tree-dump-not "= -" "optimized" } } */