[PATCH] fix ARM test case - missing and incomplete RUN lines

Sanjay Patel spatel at rotateright.com
Mon Aug 11 12:13:54 PDT 2014


Closed by commit rL215377 (authored by @spatel).

REPOSITORY
  rL LLVM

http://reviews.llvm.org/D4846

Files:
  llvm/trunk/test/CodeGen/ARM/fnegs.ll

Index: llvm/trunk/test/CodeGen/ARM/fnegs.ll
===================================================================
--- llvm/trunk/test/CodeGen/ARM/fnegs.ll
+++ llvm/trunk/test/CodeGen/ARM/fnegs.ll
@@ -1,9 +1,12 @@
 ; RUN: llc -mtriple=arm-eabi -mattr=+vfp2 %s -o - \
 ; RUN:  | FileCheck %s -check-prefix=VFP2
 
-; RUN: llc -mtriple=arm-eabi -mattr=+neon %s -o - \
+; RUN: llc -mtriple=arm-eabi -mattr=+neon,-neonfp %s -o - \
 ; RUN:  | FileCheck %s -check-prefix=NFP0
 
+; RUN: llc -mtriple=arm-eabi -mattr=+neon,+neonfp %s -o - \
+; RUN:  | FileCheck %s -check-prefix=NFP1
+
 ; RUN: llc -mtriple=arm-eabi -mcpu=cortex-a8 %s -o - \
 ; RUN:  | FileCheck %s -check-prefix=CORTEXA8
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D4846.12363.patch
Type: text/x-patch
Size: 679 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140811/69bceb81/attachment.bin>


More information about the llvm-commits mailing list