blob: d1f3a05db2c4c1d91e1d17469f09f5e40c80140b [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-march=rv32gc -mabi=ilp32 -O" } */
/* Test for <optab>si3_mask. */
int
sub1 (int i, int j)
{
return i << (j & 0x1f);
}
/* { dg-final { scan-assembler-not "andi" } } */