[PATCH] D15223: [ARM] [AARCH64] Add CodeGen IR tests for {VS}QRDML{AS}H v8.1a intrinsics.

Eric Christopher via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 7 11:17:31 PST 2015


echristo added a comment.

One inline comment, thanks!

-eric


================
Comment at: test/CodeGen/aarch64-v8.1a-neon-intrinsics.c:4
@@ -3,4 +3,3 @@
 // RUN: %clang_cc1 -triple aarch64-linux-gnu -target-feature +neon \
-// RUN:  -target-feature +v8.1a -O3 -S -o - %s \
-// RUN:  | FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-AARCH64
+// RUN:  -target-feature +v8.1a -O1 -S -emit-llvm -o - %s | FileCheck %s
 
----------------
Why do you need to enable the optimizers?


http://reviews.llvm.org/D15223





More information about the cfe-commits mailing list