[PGO] Relax test cases in PGO instrumentation
[oota-llvm.git] / test / Transforms / PGOProfile / loop3_gen.ll
index 47faa79f40a698be775c8f89790f65b781dcdc0a..368fb193b18c9264c0ddec0a56ebec81d05776b7 100644 (file)
@@ -6,7 +6,6 @@ target triple = "x86_64-unknown-linux-gnu"
 
 define i32 @_Z15test_nested_foriii(i32 %r, i32 %s, i32 %t) {
 entry:
-; CHECK: call void @llvm.instrprof.increment(i8* getelementptr inbounds ([22 x i8], [22 x i8]* @__llvm_profile_name__Z15test_nested_foriii, i32 0, i32 0), i64 75296580464, i32 4, i32 3)
   br label %for.cond
 
 for.cond:
@@ -38,7 +37,6 @@ for.body6:
   br label %for.inc
 
 for.inc:
-; CHECK: call void @llvm.instrprof.increment(i8* getelementptr inbounds ([22 x i8], [22 x i8]* @__llvm_profile_name__Z15test_nested_foriii, i32 0, i32 0), i64 75296580464, i32 4, i32 0)
   %inc7 = add nsw i32 %k.0, 1
   br label %for.cond4
 
@@ -46,12 +44,10 @@ for.end:
   br label %for.inc8
 
 for.inc8:
-; CHECK: call void @llvm.instrprof.increment(i8* getelementptr inbounds ([22 x i8], [22 x i8]* @__llvm_profile_name__Z15test_nested_foriii, i32 0, i32 0), i64 75296580464, i32 4, i32 1)
   %inc9 = add nsw i32 %j.0, 1
   br label %for.cond1
 
 for.end10:
-; CHECK: call void @llvm.instrprof.increment(i8* getelementptr inbounds ([22 x i8], [22 x i8]* @__llvm_profile_name__Z15test_nested_foriii, i32 0, i32 0), i64 75296580464, i32 4, i32 2)
   br label %for.inc11
 
 for.inc11: