summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/fold-add.ll
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2011-07-02 20:42:33 +0000
committerChandler Carruth <chandlerc@gmail.com>2011-07-02 20:42:33 +0000
commit19318fe1350530dd2d1fcfb80e489d24804d6858 (patch)
tree40fe8dbc21a37b1d2c4f66c20c46457fb2f3c60c /test/CodeGen/X86/fold-add.ll
parentfa9d797d7344d59eee5d81c94f437007348eac26 (diff)
downloadllvm-19318fe1350530dd2d1fcfb80e489d24804d6858.tar.gz
llvm-19318fe1350530dd2d1fcfb80e489d24804d6858.tar.bz2
llvm-19318fe1350530dd2d1fcfb80e489d24804d6858.tar.xz
FileCheck-ize
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134338 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/fold-add.ll')
-rw-r--r--test/CodeGen/X86/fold-add.ll7
1 files changed, 6 insertions, 1 deletions
diff --git a/test/CodeGen/X86/fold-add.ll b/test/CodeGen/X86/fold-add.ll
index 5e80ea5478..63e7d36ada 100644
--- a/test/CodeGen/X86/fold-add.ll
+++ b/test/CodeGen/X86/fold-add.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86-64 | grep {cmpb \$0, (%r.\*,%r.\*)}
+; RUN: llc < %s -march=x86-64 | FileCheck %s
target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128"
target triple = "x86_64-apple-darwin9.6"
@@ -7,6 +7,11 @@ target triple = "x86_64-apple-darwin9.6"
@llvm.used = appending global [1 x i8*] [i8* bitcast (i32 (i32)* @longest_match to i8*)] ; <[1 x i8*]*> [#uses=0]
define fastcc i32 @longest_match(i32 %cur_match) nounwind {
+; CHECK: longest_match:
+; CHECK-NOT: ret
+; CHECK: cmpb $0, (%r{{.*}},%r{{.*}})
+; CHECK: ret
+
entry:
%0 = load i32* @prev_length, align 4 ; <i32> [#uses=3]
%1 = zext i32 %cur_match to i64 ; <i64> [#uses=1]