Skip to content

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

Closed
@aykevl

Description

@aykevl
Contributor

/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

Activity

added this to the LLVM 19.X Release milestone on Aug 30, 2024
Patryk27

Patryk27 commented on Aug 30, 2024

@Patryk27
Contributor

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

moved this from Needs Triage to Done in LLVM Release Statuson Aug 30, 2024
llvmbot

llvmbot commented on Aug 30, 2024

@llvmbot
Member

/pull-request #106729

aykevl

aykevl commented on Aug 30, 2024

@aykevl
ContributorAuthor

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Done

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @aykevl@Patryk27@llvmbot

        Issue actions

          Backport "[AVR] Fix parsing & emitting relative jumps" · Issue #106728 · llvm/llvm-project