[Reland][Runtimes] Merge 'compile_commands.json' files from runtimes build (#116303)
[llvm-project.git] / llvm / test / CodeGen / Hexagon / macint.ll
blob0a0508e747477a352fef7e6050ab016ac0079285
1 ; RUN: llc -march=hexagon < %s | FileCheck %s
2 ; Check that we generate integer multiply accumulate.
4 ; CHECK: r{{[0-9]+}} {{\+|\-}}= mpyi(r{{[0-9]+}},
6 define i32 @f0(ptr %a0, ptr %a1) #0 {
7 b0:
8   %v0 = load i32, ptr %a0, align 4
9   %v1 = udiv i32 %v0, 10000
10   %v2 = urem i32 %v1, 10
11   store i32 %v2, ptr %a1, align 4
12   ret i32 0
15 attributes #0 = { nounwind "target-cpu"="hexagonv5" }