Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix backward branch veneers #120

Merged
merged 1 commit into from
Jan 15, 2025
Merged

Fix backward branch veneers #120

merged 1 commit into from
Jan 15, 2025

Conversation

mmc28a
Copy link
Collaborator

@mmc28a mmc28a commented Jan 15, 2025

Veneers were applied to backward branches too early, using only a quarter of the range available for the branch. This was caused by confusion over the units the range function expects; it accepts an offset in instructions.

Correct this and test veneers are applied only beyond the limit of the branch range.

Veneers were applied to backward branches too early, using only a quarter of the
range available for the branch. This was caused by confusion over the units the
range function expects; it accepts an offset in instructions.

Correct this and test veneers are applied only beyond the limit of the branch
range.
@mmc28a mmc28a merged commit ed687ad into Linaro:main Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant