summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Hexagon/args.ll
blob: 998b0b0f56b861d63ec5e6add5e5f270a9775704 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
; RUN: llc -march=hexagon < %s | FileCheck %s
; CHECK-DAG: r5:4 = combine(#6,#5)
; CHECK-DAG: r3:2 = combine(#4,#3)
; CHECK-DAG: r1:0 = combine(#2,#1)
; CHECK: memw(r29+#0) = #7


define void @foo() nounwind {
entry:
  call void @bar(i32 1, i32 2, i32 3, i32 4, i32 5, i32 6, i32 7)
  ret void
}

declare void @bar(i32, i32, i32, i32, i32, i32, i32)
OpenPOWER on IntegriCloud