blob: 234b9aa52bd0b93924eaf5cc03ef01f024b9e10e [file] [log] [blame]
/* { dg-do compile } */
/* { dg-require-effective-target rv64 } */
/* { dg-skip-if "" { *-*-* } { "-O0" } } */
int
sgeu (unsigned int x, unsigned int y)
{
return x >= y;
}
/* { dg-final { scan-assembler "\\sxori\\sa0,a0,1\n\\sret\n" } } */
/* { dg-final { scan-assembler-not "andi|sext\\.w" } } */