From 891d89804b9a8a2be949aa2aca30acba9bc64ebb Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Wed, 31 Jul 2024 10:39:18 +0900 Subject: [PATCH] Fixup (#96126) mcdc.ll for aarch64. align is not 8. --- llvm/test/Instrumentation/InstrProfiling/mcdc.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/test/Instrumentation/InstrProfiling/mcdc.ll b/llvm/test/Instrumentation/InstrProfiling/mcdc.ll index 8bed7be325fa3f..fbdc7b57be4283 100644 --- a/llvm/test/Instrumentation/InstrProfiling/mcdc.ll +++ b/llvm/test/Instrumentation/InstrProfiling/mcdc.ll @@ -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)