Skip to content

PR for llvm/llvm-project#64424 #675

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

Merged
merged 1 commit into from
Sep 1, 2023
Merged

PR for llvm/llvm-project#64424 #675

merged 1 commit into from
Sep 1, 2023

Conversation

llvmbot
Copy link
Member

@llvmbot llvmbot commented Aug 31, 2023

…/stores when relaxing initial-exec to local-exec

D153645 added additional X-Form load/stores that can be generated for TLS accesses.
However, these added instructions have not been accounted for in lld. As a result,
lld does not know how to handle them and cannot relax initial-exec to local-exec
when the initial-exec sequence contains these additional load/stores.

This patch aims to resolve llvm/llvm-project#64424.

Differential Revision: https://reviews.llvm.org/D158197

(cherry picked from commit 698b45aa902de4d30c798e8d6bd080c8e31bade8)
@llvmbot
Copy link
Member Author

llvmbot commented Aug 31, 2023

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

@MaskRay
Copy link
Member

MaskRay commented Aug 31, 2023

LGTM. fixed code incompatibility with lld.

@tru tru merged commit 2b3336f into release/17.x Sep 1, 2023
@tru tru deleted the llvm-issue64424 branch September 1, 2023 06:23
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.

[LLD][PowerPC] Fix "unrecognized instruction for IE to LE R_PPC64_TLS" for PowerPC targets
4 participants