[PATCH] D110681: [X86][ISel] Lowering llvm.thread.pointer
Freddy, Ye via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 29 00:19:11 PDT 2021
FreddyYe added a comment.
This patch is to align with gcc's behavior on __builtin_thread_pointer () on Linux. Example output of gcc: https://godbolt.org/z/9oTTW53qe
Related bugzilla of gcc: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96200, https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96955
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110681/new/
https://reviews.llvm.org/D110681
More information about the llvm-commits
mailing list