(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
arm/
reg_equal_test.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-fgimple -O1 -fdump-rtl-expand" } */
       3  /* { dg-skip-if "" { ! { arm_thumb2_ok || arm_thumb1_movt_ok } } } */
       4  
       5  void __GIMPLE (ssa,startwith ("expand"))
       6  x ()
       7  {
       8    unsigned int d;
       9  
      10    __BB(2,guessed_local(1073741824)):
      11    d_1 = 3352447838u;
      12    return;
      13  }
      14  
      15  /* { dg-final { scan-rtl-dump "expr_list:REG_EQUAL \\(const_int -942519458" "expand" } } */