brintos

brintos / llvm-project-archived public Read only

0
0
Text · 352 B · ed318e6 Raw
15 lines · plain
1; RUN: llc -mtriple=hexagon < %s | FileCheck %s2; CHECK-DAG: r5:4 = combine(#6,#5)3; CHECK-DAG: r3:2 = combine(#4,#3)4; CHECK-DAG: r1:0 = combine(#2,#1)5; CHECK: memw(r29+#0) = #76 7 8define void @foo() nounwind {9entry:10  call void @bar(i32 1, i32 2, i32 3, i32 4, i32 5, i32 6, i32 7)11  ret void12}13 14declare void @bar(i32, i32, i32, i32, i32, i32, i32)15