[PATCH] D158197: [PowerPC][lld] Account for additional X-Forms -> D-Form/DS-Forms load/stores when relaxing initial-exec to local-exec
Amy Kwan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 19 11:04:06 PDT 2023
amyk marked an inline comment as done.
amyk added a comment.
> We will need to decide if we should backport this fix or if we should pull the original patch (which also has additional patches dependent on it that are in v17 as well).
Yes, rG598cccea80f5614869bf0dda4d09d68b2c64423c <https://reviews.llvm.org/rG598cccea80f5614869bf0dda4d09d68b2c64423c> is also dependent on the original patch.
Additionally, after applying this patch to the `release/17.x` branch, my bootstrap build/run completed with no issues.
This includes building libc++ as well (since libc++ was originally where I found this issue: https://github.com/llvm/llvm-project/issues/64424).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158197/new/
https://reviews.llvm.org/D158197
More information about the llvm-commits
mailing list