[PATCH] D15223: [ARM] [AARCH64] Add CodeGen IR tests for {VS}QRDML{AS}H v8.1a intrinsics.
Alexandros Lamprineas via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 11 01:56:01 PST 2015
Ping. http://reviews.llvm.org/D15223
-----Original Message-----
From: Eric Christopher [mailto:echristo at gmail.com]
Sent: 07 December 2015 19:18
To: Alexandros Lamprineas; James Molloy; renato.golin at linaro.org; cfe-commits at lists.llvm.org
Cc: Amara Emerson
Subject: Re: [PATCH] D15223: [ARM] [AARCH64] Add CodeGen IR tests for {VS}QRDML{AS}H v8.1a intrinsics.
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