[all-commits] [llvm/llvm-project] 528bae: [BOLT][AArch64] Fix adr-relaxation.s test
Paschalis Mpeis via All-commits
all-commits at lists.llvm.org
Fri Jun 6 07:51:26 PDT 2025
Branch: refs/heads/users/paschalis-mpeis/adr-relaxation-failure
Home: https://github.com/llvm/llvm-project
Commit: 528bae4bf2ea6b0c3148fd51a0fa5d33cfdac231
https://github.com/llvm/llvm-project/commit/528bae4bf2ea6b0c3148fd51a0fa5d33cfdac231
Author: Paschalis Mpeis <Paschalis.Mpeis at arm.com>
Date: 2025-06-06 (Fri, 06 Jun 2025)
Changed paths:
M bolt/test/AArch64/adr-relaxation.s
Log Message:
-----------
[BOLT][AArch64] Fix adr-relaxation.s test
On some AArch64 machines the cold `foo` had a `mov` instruction before adrp.
```
<foo.cold.0>:
mov x0, #0x0 // =0
adrp x1, 0x600000 <_start>
add x1, x1, #0x14
ret
```
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