Skip to content

Commit

Permalink
Fixup (llvm#96126) mcdc.ll for aarch64. align is not 8.
Browse files Browse the repository at this point in the history
  • Loading branch information
chapuni committed Jul 31, 2024
1 parent be5a845 commit 891d898
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llvm/test/Instrumentation/InstrProfiling/mcdc.ll
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ target triple = "x86_64-unknown-linux-gnu"

define dso_local void @test(i32 noundef %A) {
entry:
; RELOC: %profbm_bias = load i64, ptr @__llvm_profile_bitmap_bias, align 8, !invariant.load !0
; 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 [[#]]
%A.addr = alloca i32, align 4
%mcdc.addr = alloca i32, align 4
call void @llvm.instrprof.cover(ptr @__profn_test, i64 99278, i32 5, i32 0)
Expand Down

0 comments on commit 891d898

Please sign in to comment.