[llvm-commits] [llvm] r128686 - /llvm/trunk/test/CodeGen/SystemZ/2009-07-10-BadIncomingArgOffset.ll
Jakob Stoklund Olesen
stoklund at 2pi.dk
Thu Mar 31 16:02:12 PDT 2011
Author: stoklund
Date: Thu Mar 31 18:02:12 2011
New Revision: 128686
URL: http://llvm.org/viewvc/llvm-project?rev=128686&view=rev
Log:
Fix SystemZ tests
Modified:
llvm/trunk/test/CodeGen/SystemZ/2009-07-10-BadIncomingArgOffset.ll
Modified: llvm/trunk/test/CodeGen/SystemZ/2009-07-10-BadIncomingArgOffset.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/SystemZ/2009-07-10-BadIncomingArgOffset.ll?rev=128686&r1=128685&r2=128686&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/SystemZ/2009-07-10-BadIncomingArgOffset.ll (original)
+++ llvm/trunk/test/CodeGen/SystemZ/2009-07-10-BadIncomingArgOffset.ll Thu Mar 31 18:02:12 2011
@@ -1,4 +1,5 @@
; RUN: llc < %s | FileCheck %s
+; RUN: llc < %s -regalloc=basic | FileCheck %s
target datalayout = "E-p:64:64:64-i8:8:16-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-f128:128:128-a0:16:16"
target triple = "s390x-ibm-linux"
@@ -8,7 +9,7 @@
declare double @mp_mul_d2i_test(i32 signext, i32 signext, double* nocapture) nounwind
define void @mp_mul_radix_test_bb3(i32 %radix, i32 %nfft, double* %tmpfft, i32* %ip, double* %w, double* %arrayidx44.reload, double* %call.out) nounwind {
-; CHECK: lg %r11, 328(%r15)
+; CHECK: lg %r{{[0-9]+}}, 328(%r15)
newFuncRoot:
br label %bb3
More information about the llvm-commits
mailing list