Unverified Commit 62068173 authored by Vladislav Khmelevsky's avatar Vladislav Khmelevsky Committed by GitHub
Browse files

[BOLT][AArch64] Fix ADR relaxation (#71835)

Currently we have an optimization that if the ADR points to the same
function we might skip it's relaxation. But it doesn't take into account
that BF might be split, in such situation we still need to relax it. And
just in case also relax if the initial BF size is >= 1MB.
Fixes #71822
parent cf18f142
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment