1 ; RUN: llc -march=hexagon < %s | FileCheck %s
3 ; Test that the assignment to r29 does not occur in the same packet as the call.
9 define protected void @f0(i8* %a0, i8* %a1, ...) local_unnamed_addr {
11 call void @llvm.va_start(i8* nonnull undef)
13 call void @llvm.stackrestore(i8* null)
17 ; Function Attrs: nounwind
18 declare void @llvm.va_start(i8*) #0
20 declare protected void @f1() local_unnamed_addr
22 ; Function Attrs: nounwind
23 declare void @llvm.stackrestore(i8*) #0
25 attributes #0 = { nounwind }