blob: 301b8c32eb743447368d8cc0446dc09fb7e07561 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-require-effective-target rv64 } */
/* { dg-skip-if "" { *-*-* } { "-O0" } } */
int
sleu (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" } } */