[PATCH] D11535: [AArch64] Implement __builtin_thread_pointer

Adhemerval Zanella adhemerval.zanella at linaro.org
Mon Jul 27 13:33:57 PDT 2015


zatrazz added inline comments.

================
Comment at: include/clang/Basic/BuiltinsAArch64.def:63
@@ -62,2 +62,3 @@
 BUILTIN(__builtin_arm_wsrp, "vcC*vC*", "nc")
+BUILTIN(__builtin_thread_pointer, "v*", "")
 
----------------
rengolin wrote:
> Isn't this nothrow, at least?
It is, I will change it.


http://reviews.llvm.org/D11535







More information about the cfe-commits mailing list