[PATCH] [ARM] NEON 32-bit scalar moves are also available in VFPv2
Renato Golin
renato.golin at linaro.org
Tue Oct 21 04:23:59 PDT 2014
Hi Oliver, LGTM. Thanks!
================
Comment at: test/MC/ARM/neon-mov-vfp.s:4
@@ +3,3 @@
+@ RUN: llvm-mc -mcpu=cortex-a8 -triple armv7-unknown-unknown -show-encoding -mattr=+neon < %s 2>&1 | FileCheck %s --check-prefix=NEON --check-prefix=CHECK
+@ RUN: llvm-mc -mcpu=cortex-a8 -triple thumbv7-unknown-unknown -show-encoding -mattr=+neon < %s 2>&1 | FileCheck %s --check-prefix=NEON --check-prefix=CHECK
+
----------------
I thought that
--check-prefix=CHECK
was implicit.
http://reviews.llvm.org/D5880
More information about the llvm-commits
mailing list