[PATCH] [Clang - ARM/AArch64] Add ACLE special register intrinsics (10.1)

Renato Golin renato.golin at linaro.org
Tue May 12 02:48:04 PDT 2015


================
Comment at: lib/CodeGen/CGBuiltin.cpp:4285
@@ -4241,1 +4284,3 @@
 
+  if (BuiltinID == AArch64::BI__builtin_arm_rsr ||
+      BuiltinID == AArch64::BI__builtin_arm_rsr64 ||
----------------
This could be factored out into a static function together with the ARM counterpart above.

http://reviews.llvm.org/D9697

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the cfe-commits mailing list