Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / CodeGen / AArch64 / sched-loop-align.ll
blob5b8e42c2790a439629c352561e030e7410b7f866
1 ; RUN: llc < %s -mtriple=aarch64-windows | FileCheck %s --check-prefix=WINDOWS
2 ; RUN: llc < %s -mtriple=aarch64-linux | FileCheck %s --check-prefix=LINUX
4 define dso_local void @b() #0 {
5 entry:
6   br label %for.cond
8 for.cond:
9   tail call void @a()
10   br label %for.cond
13 declare dso_local void @a(...)
15 attributes #0 = { noreturn nounwind uwtable "tune-cpu"="cortex-a53" }
17 ; LINUX-LABEL: b:
18 ; LINUX: .p2align 4
20 ; WINDOWS-LABEL: b:
21 ; WINDOWS-NOT: .p2align