/* { dg-do compile } */ /* { dg-require-effective-target rv64 } */ /* { dg-skip-if "" { *-*-* } { "-O0" } } */ int sge (int x, int y) { return x >= y; } /* { dg-final { scan-assembler "\\sxori\\sa0,a0,1\n\\sret\n" } } */ /* { dg-final { scan-assembler-not "andi|sext\\.w" } } */