[llvm-commits] [llvm] r144714 - /llvm/trunk/test/CodeGen/X86/dec-eflags-lower.ll

NAKAMURA Takumi geek4civic at gmail.com
Tue Nov 15 14:30:37 PST 2011


Author: chapuni
Date: Tue Nov 15 16:30:37 2011
New Revision: 144714

URL: http://llvm.org/viewvc/llvm-project?rev=144714&view=rev
Log:
test/CodeGen/X86/dec-eflags-lower.ll: Relax expression for win32 x64.

Modified:
    llvm/trunk/test/CodeGen/X86/dec-eflags-lower.ll

Modified: llvm/trunk/test/CodeGen/X86/dec-eflags-lower.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/dec-eflags-lower.ll?rev=144714&r1=144713&r2=144714&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/dec-eflags-lower.ll (original)
+++ llvm/trunk/test/CodeGen/X86/dec-eflags-lower.ll Tue Nov 15 16:30:37 2011
@@ -4,7 +4,7 @@
 
 define void @_Z7releaseP3obj(%struct.obj* nocapture %o) nounwind uwtable ssp {
 entry:
-; CHECK: decq	(%rdi)
+; CHECK: decq	(%{{rdi|rcx}})
 ; CHECK-NEXT: je
   %refcnt = getelementptr inbounds %struct.obj* %o, i64 0, i32 0
   %0 = load i64* %refcnt, align 8, !tbaa !0





More information about the llvm-commits mailing list