Skip to content

Commit 891d898

Browse files
committed
Fixup (#96126) mcdc.ll for aarch64. align is not 8.
1 parent be5a845 commit 891d898

File tree

1 file changed

+2
-2
lines changed
  • llvm/test/Instrumentation/InstrProfiling

1 file changed

+2
-2
lines changed

llvm/test/Instrumentation/InstrProfiling/mcdc.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ target triple = "x86_64-unknown-linux-gnu"
1212

1313
define dso_local void @test(i32 noundef %A) {
1414
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
15+
; RELOC: %profbm_bias = load i64, ptr @__llvm_profile_bitmap_bias, align [[#]], !invariant.load !0
16+
; RELOC: %profc_bias = load i64, ptr @__llvm_profile_counter_bias, align [[#]]
1717
%A.addr = alloca i32, align 4
1818
%mcdc.addr = alloca i32, align 4
1919
call void @llvm.instrprof.cover(ptr @__profn_test, i64 99278, i32 5, i32 0)

0 commit comments

Comments
 (0)