[all-commits] [llvm/llvm-project] 249f07: [BOLT][AArch64] Make gs-pacret-autiasp.s determini...
Paschalis Mpeis via All-commits
all-commits at lists.llvm.org
Thu Jun 26 01:34:11 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 249f074b2253caccccd86f11f53c43fd8349f21a
https://github.com/llvm/llvm-project/commit/249f074b2253caccccd86f11f53c43fd8349f21a
Author: Paschalis Mpeis <paschalis.mpeis at arm.com>
Date: 2025-06-26 (Thu, 26 Jun 2025)
Changed paths:
M bolt/test/binary-analysis/AArch64/gs-pacret-autiasp.s
Log Message:
-----------
[BOLT][AArch64] Make gs-pacret-autiasp.s deterministic (#145527)
In gs-pacret-autiasp.s, the undefined call `bl g` causes inconsistent
basic block splitting: in some platforms BOLT emits two blocks, on some
others one.
Defining a dummy `g` symbol forces a single basic block everywhere.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list