This path add the aarch64 lowering of __builtin_thread_pointer. It uses
the already implemented AArch64ISD::THREAD_POINTER used in TLS generation.
Details
Details
- Reviewers
rengolin t.p.northover jmolloy
Diff Detail
Diff Detail
Event Timeline
Comment Actions
This looks surprisingly simple. LGTM. Thanks!
test/CodeGen/AArch64/arm64-builtins-linux.ll | ||
---|---|---|
1 | better to use "aarch64", since "arm64" is an alias. |
test/CodeGen/AArch64/arm64-builtins-linux.ll | ||
---|---|---|
1 | right, I will change that. |
better to use "aarch64", since "arm64" is an alias.