aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/riscv/pr108987.c
blob: 6179c7e13a4516ab96674d6dec6e0360f451d824 (plain)
1
2
3
4
5
6
7
8
9
/* { dg-do compile } */
/* { dg-options "-march=rv64gc_zba -mabi=lp64 -O2" } */

unsigned long long f5(unsigned long long i)
{
  return i * 0x0202020202020202ULL;
}

/* { dg-final { scan-assembler-times "mul" 1 } } */