[PATCH] Introduce arm_acle.h supporting existing LLVM builtin intrinsics

Renato Golin renato.golin at linaro.org
Fri Jun 27 04:40:30 PDT 2014


================
Comment at: test/CodeGen/arm_acle.c:1
@@ +1,2 @@
+// RUN: %clang_cc1 -triple armv8 -target-cpu cortex-a57 -O -S -emit-llvm -o - %s | FileCheck %s -check-prefix=ARM -check-prefix=AArch32
+// RUN: %clang_cc1 -triple aarch64 -target-cpu cortex-a57 -O -S -emit-llvm -o - %s | FileCheck %s -check-prefix=ARM -check-prefix=AArch64
----------------
Maybe add ARMv7 test with the same check-prefix?

http://reviews.llvm.org/D4296






More information about the cfe-commits mailing list