X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FX86%2F2010-05-03-CoalescerSubRegClobber.ll;h=e0c2c6c9ca7f987b2523203882765fb12293cd0f;hb=9160c024b99f66170113e0bbb2d0eb90faa88200;hp=323925c7ff68ebc4464f11b016210233129690e9;hpb=5d332e0c3e217e946532dd06f3e3bc6a7fd2a457;p=oota-llvm.git diff --git a/test/CodeGen/X86/2010-05-03-CoalescerSubRegClobber.ll b/test/CodeGen/X86/2010-05-03-CoalescerSubRegClobber.ll index 323925c7ff6..e0c2c6c9ca7 100644 --- a/test/CodeGen/X86/2010-05-03-CoalescerSubRegClobber.ll +++ b/test/CodeGen/X86/2010-05-03-CoalescerSubRegClobber.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s | FileCheck %s +; RUN: llc < %s -mcpu=generic | FileCheck %s ; PR6941 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-n8:16:32:64" target triple = "x86_64-apple-darwin10.0.0" @@ -22,8 +22,8 @@ while.end: ; preds = %while.cond, %entry %conv = zext i32 %v to i64 ; [#uses=1] %conv14 = zext i32 %div11 to i64 ; [#uses=1] ; Verify that we don't clobber %eax after putting the imulq result in %rax -; CHECK: imulq %r{{.}}x, %r[[RES:.]]x -; CHECK-NOT: movl {{.*}}, %e[[RES]]x +; CHECK: imulq %r{{.}}x, %r[[RES:..]] +; CHECK-NOT: movl {{.*}}, %e[[RES]] ; CHECK: div %mul = mul i64 %conv14, %conv ; [#uses=1] %conv16 = zext i32 %div to i64 ; [#uses=1]