Skip to content

release/18.x: [AVR] Remove earlyclobber from LDDRdPtrQ (#85277) #85512

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

Closed
wants to merge 1 commit into from

Conversation

llvmbot
Copy link
Member

@llvmbot llvmbot commented Mar 16, 2024

Backport 328cb9b

Requested by: @brad0

LDDRdPtrQ was marked as `earlyclobber`, which doesn't play well with
GreedyRA (which can generate this instruction through `loadRegFromStackSlot()`).

This seems to be the same case as:

https://github.com/llvm/llvm-project/blob/a99b912c9b74f6ef91786b4dfbc25160c27d3b41/llvm/lib/Target/AVR/AVRInstrInfo.td#L1421

Closes llvm#81911.

(cherry picked from commit 328cb9b)
@llvmbot llvmbot added this to the LLVM 18.X Release milestone Mar 16, 2024
@llvmbot
Copy link
Member Author

llvmbot commented Mar 16, 2024

@benshi001 What do you think about merging this PR to the release branch?

@llvmbot llvmbot requested a review from benshi001 March 16, 2024 10:01
@llvmbot llvmbot mentioned this pull request Mar 16, 2024
@brad0 brad0 closed this Mar 16, 2024
@benshi001
Copy link
Member

@benshi001 What do you think about merging this PR to the release branch?

Yes. I think so. Because this is a bug fix.

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

Successfully merging this pull request may close these issues.

4 participants