Relax test expectation for @__llvm_profile_runtime_user

After https://github.com/llvm/llvm-project/pull/174174 it has profile
info marking it cold.
This commit is contained in:
Hans Wennborg 2026-01-12 11:03:04 +01:00
parent 561364e4d5
commit 6ca950136d

View file

@ -109,7 +109,7 @@ fn main() {
// CHECK: declare void @llvm.instrprof.increment(ptr, i64, i32, i32) #[[LLVM_INSTRPROF_INCREMENT_ATTR:[0-9]+]]
// WIN: define linkonce_odr hidden i32 @__llvm_profile_runtime_user() #[[LLVM_PROFILE_RUNTIME_USER_ATTR:[0-9]+]] comdat {
// WIN: define linkonce_odr hidden i32 @__llvm_profile_runtime_user() #[[LLVM_PROFILE_RUNTIME_USER_ATTR:[0-9]+]] comdat {{.*}}{
// WIN-NEXT: %1 = load i32, ptr @__llvm_profile_runtime
// WIN-NEXT: ret i32 %1
// WIN-NEXT: }