[PATCH] D11534: [AArch64] Implement __builtin_thread_pointer

Renato Golin renato.golin at linaro.org
Mon Jul 27 12:57:14 PDT 2015


rengolin accepted this revision.
rengolin added a comment.
This revision is now accepted and ready to land.

This looks surprisingly simple. LGTM. Thanks!


================
Comment at: test/CodeGen/AArch64/arm64-builtins-linux.ll:1
@@ +1,2 @@
+; RUN: llc < %s -march=arm64 -mtriple=arm64-linux-gnu | FileCheck %s
+
----------------
better to use "aarch64", since "arm64" is an alias.


http://reviews.llvm.org/D11534







More information about the llvm-commits mailing list