This will be used to implement __builtin_thread_pointer in clang.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM with nit addressed.
Thanks.
test/CodeGen/Mips/thread-pointer.ll | ||
---|---|---|
9 ↗ | (On Diff #55120) | Nit: can you expand this to 'rdhwr $3, $29'? TLS for MIPS by convention loads the thread pointer into $3. |
test/CodeGen/Mips/thread-pointer.ll | ||
---|---|---|
9 ↗ | (On Diff #55120) | OK, I'll fix this line |