[PATCH] D58336: [X86] Fix tls variable lowering issue with large code model

LuoYuanke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 20 17:49:05 PST 2019


LuoYuanke marked an inline comment as done.
LuoYuanke added inline comments.


================
Comment at: lib/Target/X86/X86ISelDAGToDAG.cpp:1150
+  // Global TLS addressing is an exception. In the medium code model,
+  // we use can use an mode when RIP wrappers are present.
+  // That signifies access to globals that are known to be "near",
----------------
rnk wrote:
> "a mode"
Fixed. Thanks.


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

https://reviews.llvm.org/D58336





More information about the llvm-commits mailing list