The Call lowering assumes that if it's a global, we want to emit a direct call.
This is correct for regular globals, but not for TLS ones.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM with a nit.
test/CodeGen/X86/pr22103.ll | ||
---|---|---|
12 ↗ | (On Diff #17850) | Please check what we actually generate. |