[llvm] r210471 - llvm/test/CodeGen/X86/2014-05-29-factorial.ll: Relax an expression to match Win32 x64.
NAKAMURA Takumi
geek4civic at gmail.com
Mon Jun 9 07:20:23 PDT 2014
Author: chapuni
Date: Mon Jun 9 09:20:23 2014
New Revision: 210471
URL: http://llvm.org/viewvc/llvm-project?rev=210471&view=rev
Log:
llvm/test/CodeGen/X86/2014-05-29-factorial.ll: Relax an expression to match Win32 x64.
Modified:
llvm/trunk/test/CodeGen/X86/2014-05-29-factorial.ll
Modified: llvm/trunk/test/CodeGen/X86/2014-05-29-factorial.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2014-05-29-factorial.ll?rev=210471&r1=210470&r2=210471&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/2014-05-29-factorial.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2014-05-29-factorial.ll Mon Jun 9 09:20:23 2014
@@ -1,6 +1,6 @@
; RUN: llc < %s -march=x86-64 | FileCheck %s
-; CHECK: decq %rdi
-; CHECK-NOT: testq %rdi, %rdi
+; CHECK: decq [[X:%rdi|%rcx]]
+; CHECK-NOT: testq [[X]], [[X]]
define i64 @fact2(i64 %x) {
entry:
More information about the llvm-commits
mailing list