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

Backport "[AVR] Fix parsing & emitting relative jumps" #106728

Closed
aykevl opened this issue Aug 30, 2024 · 3 comments
Closed

Backport "[AVR] Fix parsing & emitting relative jumps" #106728

aykevl opened this issue Aug 30, 2024 · 3 comments

Comments

@aykevl
Copy link
Contributor

aykevl commented Aug 30, 2024

/cherry-pick 86a60e7

This fix is critical to get the AVR backend working again. Without this fix, it's practically unusable because almost all branches have an off-by-one error (one word, 2 bytes). For more context, see #102436 and #102936.

CC @Patryk27

@Patryk27
Copy link
Contributor

Patryk27 commented Aug 30, 2024

Should I prepare the backport myself or rather there's some magic llvm bot that'll do it? 😄

@llvmbot llvmbot closed this as completed Aug 30, 2024
@github-project-automation github-project-automation bot moved this from Needs Triage to Done in LLVM Release Status Aug 30, 2024
@llvmbot
Copy link
Member

llvmbot commented Aug 30, 2024

/pull-request #106729

@aykevl
Copy link
Contributor Author

aykevl commented Aug 30, 2024

Well there you see it, there's a magic LLVM bot for it :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

3 participants