diff options
| author | Bob Wilson <bob.wilson@apple.com> | 2009-08-07 23:45:02 +0000 |
|---|---|---|
| committer | Bob Wilson <bob.wilson@apple.com> | 2009-08-07 23:45:02 +0000 |
| commit | 97262e01d5a33469239cb7155d11c9ca833600ef (patch) | |
| tree | 3b72fb03b2b3631eb2b28bab451a8d235631f278 /llvm/test/CodeGen/ARM/vacgt.ll | |
| parent | 84b9db29267d924605d978fd6d9f5e864914c5e3 (diff) | |
| download | bcm5719-llvm-97262e01d5a33469239cb7155d11c9ca833600ef.tar.gz bcm5719-llvm-97262e01d5a33469239cb7155d11c9ca833600ef.zip | |
Convert more Neon tests to use FileCheck.
llvm-svn: 78433
Diffstat (limited to 'llvm/test/CodeGen/ARM/vacgt.ll')
| -rw-r--r-- | llvm/test/CodeGen/ARM/vacgt.ll | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/ARM/vacgt.ll b/llvm/test/CodeGen/ARM/vacgt.ll index ebf590e98a1..2a9c7aeb980 100644 --- a/llvm/test/CodeGen/ARM/vacgt.ll +++ b/llvm/test/CodeGen/ARM/vacgt.ll @@ -1,7 +1,8 @@ -; RUN: llvm-as < %s | llc -march=arm -mattr=+neon > %t -; RUN: grep {vacgt\\.f32} %t | count 2 +; RUN: llvm-as < %s | llc -march=arm -mattr=+neon | FileCheck %s define <2 x i32> @vacgtf32(<2 x float>* %A, <2 x float>* %B) nounwind { +;CHECK: vacgtf32: +;CHECK: vacgt.f32 %tmp1 = load <2 x float>* %A %tmp2 = load <2 x float>* %B %tmp3 = call <2 x i32> @llvm.arm.neon.vacgtd(<2 x float> %tmp1, <2 x float> %tmp2) @@ -9,6 +10,8 @@ define <2 x i32> @vacgtf32(<2 x float>* %A, <2 x float>* %B) nounwind { } define <4 x i32> @vacgtQf32(<4 x float>* %A, <4 x float>* %B) nounwind { +;CHECK: vacgtQf32: +;CHECK: vacgt.f32 %tmp1 = load <4 x float>* %A %tmp2 = load <4 x float>* %B %tmp3 = call <4 x i32> @llvm.arm.neon.vacgtq(<4 x float> %tmp1, <4 x float> %tmp2) |

