Xamarin Public Jenkins (auto-signing) 8e12397d70 Imported Upstream version 5.18.0.205
Former-commit-id: 7f59f7e792705db773f1caecdaa823092f4e2927
2018-11-16 08:20:38 +00:00

15 lines
338 B
LLVM

; RUN: llc -march=hexagon < %s | FileCheck %s
; CHECK: r5:4 = combine(#6,#5)
; CHECK: r3:2 = combine(#4,#3)
; CHECK: 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)