[llvm-commits] [llvm] r56940 - /llvm/trunk/test/CodeGen/X86/2008-05-21-CoalescerBug.ll
Dan Gohman
gohman at apple.com
Wed Oct 1 16:48:35 PDT 2008
Author: djg
Date: Wed Oct 1 18:48:35 2008
New Revision: 56940
URL: http://llvm.org/viewvc/llvm-project?rev=56940&view=rev
Log:
Disable fast-isel for this test, as it doesn't emit the same
number of instructions.
Modified:
llvm/trunk/test/CodeGen/X86/2008-05-21-CoalescerBug.ll
Modified: llvm/trunk/test/CodeGen/X86/2008-05-21-CoalescerBug.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2008-05-21-CoalescerBug.ll?rev=56940&r1=56939&r2=56940&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/2008-05-21-CoalescerBug.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2008-05-21-CoalescerBug.ll Wed Oct 1 18:48:35 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -fast | grep mov | count 5
+; RUN: llvm-as < %s | llc -march=x86 -fast -disable-fast-isel | grep mov | count 5
; PR2343
%llvm.dbg.anchor.type = type { i32, i32 }
More information about the llvm-commits
mailing list