brintos

brintos / llvm-project-archived public Read only

0
0
Text · 316 B · 6634efe Raw
17 lines · plain
1; RUN: llc -mtriple=hexagon < %s | FileCheck %s2; CHECK: f03; CHECK-NOT: allocframe4; CHECK-NOT: memd(r295; CHECK: jump f16 7define void @f0(i32 %a0) #0 {8b0:9  %v0 = add nsw i32 %a0, 310  %v1 = tail call i32 @f1(i32 %v0) #011  ret void12}13 14declare i32 @f1(...) #015 16attributes #0 = { nounwind "target-cpu"="hexagonv5" }17