[PATCH] D16474: Use PC-relative address for x32 TLS address

H.J Lu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 29 06:08:32 PST 2020


hjl.tools added a comment.

In D16474#2421552 <https://reviews.llvm.org/D16474#2421552>, @hvdijk wrote:

> In D16474#335360 <https://reviews.llvm.org/D16474#335360>, @hjl.tools wrote:
>
>> LLVM ERROR: Cannot select: 0x29507a0: ch,glue = X86ISD::TLSADDR 0x28fc140, TargetGlobalTLSAddress:i32<i32* @x> 0 [TF=7]
>
> This still happens with current LLVM. If we can push the fix for that first (presumably you fixed this already on your old branch), we could then include your test case in this diff.

Please feel free to pick up my x32 patches and submit them to the current LLVM if they are still applicable.  Thanks.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D16474/new/

https://reviews.llvm.org/D16474



More information about the llvm-commits mailing list