[llvm-commits] [llvm] r78614 - in /llvm/trunk/test/CodeGen/ARM: fsitos.ll ftosizs.ll ftouizs.ll fuitos.ll

David Goodwin david_goodwin at apple.com
Mon Aug 10 16:14:15 PDT 2009


Author: david_goodwin
Date: Mon Aug 10 18:14:14 2009
New Revision: 78614

URL: http://llvm.org/viewvc/llvm-project?rev=78614&view=rev
Log:
Use FileCheck.

Modified:
    llvm/trunk/test/CodeGen/ARM/fsitos.ll
    llvm/trunk/test/CodeGen/ARM/ftosizs.ll
    llvm/trunk/test/CodeGen/ARM/ftouizs.ll
    llvm/trunk/test/CodeGen/ARM/fuitos.ll

Modified: llvm/trunk/test/CodeGen/ARM/fsitos.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/fsitos.ll?rev=78614&r1=78613&r2=78614&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/ARM/fsitos.ll (original)
+++ llvm/trunk/test/CodeGen/ARM/fsitos.ll Mon Aug 10 18:14:14 2009
@@ -1,10 +1,12 @@
-; RUN: llvm-as < %s | llc -march=arm -mattr=+vfp2 | grep -E {fsitos\\W*s\[0-9\]+,\\W*s\[0-9\]+} | count 1
-; RUN: llvm-as < %s | llc -march=arm -mattr=+neon,+neonfp | grep -E {vcvt.f32.s32\\W*d\[0-9\]+,\\W*d\[0-9\]+} | count 1
-; RUN: llvm-as < %s | llc -march=arm -mattr=+neon,-neonfp | grep -E {fsitos\\W*s\[0-9\]+,\\W*s\[0-9\]+} | count 1
-; RUN: llvm-as < %s | llc -march=arm -mcpu=cortex-a8 | grep -E {vcvt.f32.s32\\W*d\[0-9\]+,\\W*d\[0-9\]+} | count 1
-; RUN: llvm-as < %s | llc -march=arm -mcpu=cortex-a9 | grep -E {fsitos\\W*s\[0-9\]+,\\W*s\[0-9\]+} | count 1
+; RUN: llvm-as < %s | llc -march=arm -mattr=+vfp2 | FileCheck %s -check-prefix=VFP2
+; RUN: llvm-as < %s | llc -march=arm -mattr=+neon,+neonfp | FileCheck %s -check-prefix=NEON
+; RUN: llvm-as < %s | llc -march=arm -mattr=+neon,-neonfp | FileCheck %s -check-prefix=VFP2
+; RUN: llvm-as < %s | llc -march=arm -mcpu=cortex-a8 | FileCheck %s -check-prefix=NEON
+; RUN: llvm-as < %s | llc -march=arm -mcpu=cortex-a9 | FileCheck %s -check-prefix=VFP2
 
 define float @test(i32 %a, i32 %b) {
+; VFP2: fsitos s0, s0
+; NEON: vcvt.f32.s32 d0, d0
 entry:
         %0 = add i32 %a, %b
         %1 = sitofp i32 %0 to float

Modified: llvm/trunk/test/CodeGen/ARM/ftosizs.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/ftosizs.ll?rev=78614&r1=78613&r2=78614&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/ARM/ftosizs.ll (original)
+++ llvm/trunk/test/CodeGen/ARM/ftosizs.ll Mon Aug 10 18:14:14 2009
@@ -1,10 +1,12 @@
-; RUN: llvm-as < %s | llc -march=arm -mattr=+vfp2 | grep -E {ftosizs\\W*s\[0-9\]+,\\W*s\[0-9\]+} | count 1
-; RUN: llvm-as < %s | llc -march=arm -mattr=+neon,+neonfp | grep -E {vcvt.s32.f32\\W*d\[0-9\]+,\\W*d\[0-9\]+} | count 1
-; RUN: llvm-as < %s | llc -march=arm -mattr=+neon,-neonfp | grep -E {ftosizs\\W*s\[0-9\]+,\\W*s\[0-9\]+} | count 1
-; RUN: llvm-as < %s | llc -march=arm -mcpu=cortex-a8 | grep -E {vcvt.s32.f32\\W*d\[0-9\]+,\\W*d\[0-9\]+} | count 1
-; RUN: llvm-as < %s | llc -march=arm -mcpu=cortex-a9 | grep -E {ftosizs\\W*s\[0-9\]+,\\W*s\[0-9\]+} | count 1
+; RUN: llvm-as < %s | llc -march=arm -mattr=+vfp2 | FileCheck %s -check-prefix=VFP2
+; RUN: llvm-as < %s | llc -march=arm -mattr=+neon,+neonfp | FileCheck %s -check-prefix=NEON
+; RUN: llvm-as < %s | llc -march=arm -mattr=+neon,-neonfp | FileCheck %s -check-prefix=VFP2
+; RUN: llvm-as < %s | llc -march=arm -mcpu=cortex-a8 | FileCheck %s -check-prefix=NEON
+; RUN: llvm-as < %s | llc -march=arm -mcpu=cortex-a9 | FileCheck %s -check-prefix=VFP2
 
 define i32 @test(float %a, float %b) {
+; VFP2: ftosizs s0, s0
+; NEON: vcvt.s32.f32 d0, d0
 entry:
         %0 = fadd float %a, %b
         %1 = fptosi float %0 to i32

Modified: llvm/trunk/test/CodeGen/ARM/ftouizs.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/ftouizs.ll?rev=78614&r1=78613&r2=78614&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/ARM/ftouizs.ll (original)
+++ llvm/trunk/test/CodeGen/ARM/ftouizs.ll Mon Aug 10 18:14:14 2009
@@ -1,10 +1,12 @@
-; RUN: llvm-as < %s | llc -march=arm -mattr=+vfp2 | grep -E {ftouizs\\W*s\[0-9\]+,\\W*s\[0-9\]+} | count 1
-; RUN: llvm-as < %s | llc -march=arm -mattr=+neon,+neonfp | grep -E {vcvt.u32.f32\\W*d\[0-9\]+,\\W*d\[0-9\]+} | count 1
-; RUN: llvm-as < %s | llc -march=arm -mattr=+neon,-neonfp | grep -E {ftouizs\\W*s\[0-9\]+,\\W*s\[0-9\]+} | count 1
-; RUN: llvm-as < %s | llc -march=arm -mcpu=cortex-a8 | grep -E {vcvt.u32.f32\\W*d\[0-9\]+,\\W*d\[0-9\]+} | count 1
-; RUN: llvm-as < %s | llc -march=arm -mcpu=cortex-a9 | grep -E {ftouizs\\W*s\[0-9\]+,\\W*s\[0-9\]+} | count 1
+; RUN: llvm-as < %s | llc -march=arm -mattr=+vfp2 | FileCheck %s -check-prefix=VFP2
+; RUN: llvm-as < %s | llc -march=arm -mattr=+neon,+neonfp | FileCheck %s -check-prefix=NEON
+; RUN: llvm-as < %s | llc -march=arm -mattr=+neon,-neonfp | FileCheck %s -check-prefix=VFP2
+; RUN: llvm-as < %s | llc -march=arm -mcpu=cortex-a8 | FileCheck %s -check-prefix=NEON
+; RUN: llvm-as < %s | llc -march=arm -mcpu=cortex-a9 | FileCheck %s -check-prefix=VFP2
 
 define i32 @test(float %a, float %b) {
+; VFP2: ftouizs s0, s0
+; NEON: vcvt.u32.f32 d0, d0
 entry:
         %0 = fadd float %a, %b
         %1 = fptoui float %0 to i32

Modified: llvm/trunk/test/CodeGen/ARM/fuitos.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/fuitos.ll?rev=78614&r1=78613&r2=78614&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/ARM/fuitos.ll (original)
+++ llvm/trunk/test/CodeGen/ARM/fuitos.ll Mon Aug 10 18:14:14 2009
@@ -1,10 +1,12 @@
-; RUN: llvm-as < %s | llc -march=arm -mattr=+vfp2 | grep -E {fuitos\\W*s\[0-9\]+,\\W*s\[0-9\]+} | count 1
-; RUN: llvm-as < %s | llc -march=arm -mattr=+neon,+neonfp | grep -E {vcvt.f32.u32\\W*d\[0-9\]+,\\W*d\[0-9\]+} | count 1
-; RUN: llvm-as < %s | llc -march=arm -mattr=+neon,-neonfp | grep -E {fuitos\\W*s\[0-9\]+,\\W*s\[0-9\]+} | count 1
-; RUN: llvm-as < %s | llc -march=arm -mcpu=cortex-a8 | grep -E {vcvt.f32.u32\\W*d\[0-9\]+,\\W*d\[0-9\]+} | count 1
-; RUN: llvm-as < %s | llc -march=arm -mcpu=cortex-a9 | grep -E {fuitos\\W*s\[0-9\]+,\\W*s\[0-9\]+} | count 1
+; RUN: llvm-as < %s | llc -march=arm -mattr=+vfp2 | FileCheck %s -check-prefix=VFP2
+; RUN: llvm-as < %s | llc -march=arm -mattr=+neon,+neonfp | FileCheck %s -check-prefix=NEON
+; RUN: llvm-as < %s | llc -march=arm -mattr=+neon,-neonfp | FileCheck %s -check-prefix=VFP2
+; RUN: llvm-as < %s | llc -march=arm -mcpu=cortex-a8 | FileCheck %s -check-prefix=NEON
+; RUN: llvm-as < %s | llc -march=arm -mcpu=cortex-a9 | FileCheck %s -check-prefix=VFP2
 
 define float @test(i32 %a, i32 %b) {
+; VFP2: fuitos s0, s0
+; NEON: vcvt.f32.u32 d0, d0
 entry:
         %0 = add i32 %a, %b
         %1 = uitofp i32 %0 to float





More information about the llvm-commits mailing list