[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / CodeGen / X86 / xray-ignore-loop-detection.ll
blob29c9bea7509c88e2da3aebecf6779022f6c185e1
1 ; RUN: llc -mtriple=x86_64-unknown-linux-gnu < %s | FileCheck %s
2 ; RUN: llc -mtriple=x86_64-darwin-unknown    < %s | FileCheck %s
4 define i32 @foo(i32 %i) nounwind noinline uwtable "xray-instruction-threshold"="10" "xray-ignore-loops" {
5 entry:
6   br label %Test
7 Test:
8   %indvar = phi i32 [0, %entry], [%nextindvar, %Inc]
9   %cond = icmp eq i32 %indvar, %i
10   br i1 %cond, label %Exit, label %Inc
11 Inc:
12   %nextindvar = add i32 %indvar, 1
13   br label %Test
14 Exit:
15   %retval = phi i32 [%indvar, %Test]
16   ret i32 %retval
19 ; CHECK-NOT: xray_sled_0: