We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be5a845 commit 891d898Copy full SHA for 891d898
llvm/test/Instrumentation/InstrProfiling/mcdc.ll
@@ -12,8 +12,8 @@ target triple = "x86_64-unknown-linux-gnu"
12
13
define dso_local void @test(i32 noundef %A) {
14
entry:
15
- ; RELOC: %profbm_bias = load i64, ptr @__llvm_profile_bitmap_bias, align 8, !invariant.load !0
16
- ; RELOC: %profc_bias = load i64, ptr @__llvm_profile_counter_bias, align 8
+ ; RELOC: %profbm_bias = load i64, ptr @__llvm_profile_bitmap_bias, align [[#]], !invariant.load !0
+ ; RELOC: %profc_bias = load i64, ptr @__llvm_profile_counter_bias, align [[#]]
17
%A.addr = alloca i32, align 4
18
%mcdc.addr = alloca i32, align 4
19
call void @llvm.instrprof.cover(ptr @__profn_test, i64 99278, i32 5, i32 0)
0 commit comments