[llvm-commits] [llvm] r130817 - /llvm/trunk/test/CodeGen/Mips/o32_cc_vararg.ll
Jakob Stoklund Olesen
stoklund at 2pi.dk
Tue May 3 18:01:44 PDT 2011
Author: stoklund
Date: Tue May 3 20:01:44 2011
New Revision: 130817
URL: http://llvm.org/viewvc/llvm-project?rev=130817&view=rev
Log:
Don't run this test through -regalloc=basic.
The basic allocator is really bad about hinting, so it doesn't eliminate all
copies when physreg joining is disabled.
Modified:
llvm/trunk/test/CodeGen/Mips/o32_cc_vararg.ll
Modified: llvm/trunk/test/CodeGen/Mips/o32_cc_vararg.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Mips/o32_cc_vararg.ll?rev=130817&r1=130816&r2=130817&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Mips/o32_cc_vararg.ll (original)
+++ llvm/trunk/test/CodeGen/Mips/o32_cc_vararg.ll Tue May 3 20:01:44 2011
@@ -1,5 +1,4 @@
; RUN: llc -march=mipsel -mcpu=mips2 -pre-RA-sched=source < %s | FileCheck %s
-; RUN: llc -march=mipsel -mcpu=mips2 -pre-RA-sched=source < %s -regalloc=basic | FileCheck %s
; All test functions do the same thing - they return the first variable
More information about the llvm-commits
mailing list