[all-commits] [llvm/llvm-project] d32fe9: [BOLT][AArch64] Do not relax ADR referencing the s...
Maksim Panchenko via All-commits
all-commits at lists.llvm.org
Fri Sep 13 20:41:59 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d32fe95d8286ffdcdc962534becabffdf1e56816
https://github.com/llvm/llvm-project/commit/d32fe95d8286ffdcdc962534becabffdf1e56816
Author: Maksim Panchenko <maks at fb.com>
Date: 2024-09-13 (Fri, 13 Sep 2024)
Changed paths:
M bolt/lib/Passes/ADRRelaxationPass.cpp
Log Message:
-----------
[BOLT][AArch64] Do not relax ADR referencing the same fragment (#108673)
ADR can reference a secondary entry point in the same function. If
that's the case, we can skip relaxing the instruction when it is in the
same fragment as its target.
Fixes #108290
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