aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/LargeAbsoluteAddr.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-02-24 06:11:37 +0000
committerChris Lattner <sabre@nondot.org>2010-02-24 06:11:37 +0000
commit736a6ea3a2a5322db0e09d97651a1acc07502e41 (patch)
tree96f50bc8c58bffd072902ecc8e0ea7e152ecab85 /test/CodeGen/PowerPC/LargeAbsoluteAddr.ll
parentff28103b192a7e818f92628c2a4e34e622c1a142 (diff)
Change the scheduler from adding nodes in allnodes order
to adding them in a determinstic order (bottom up from the root) based on the structure of the graph itself. This updates tests for some random changes, interesting bits: CodeGen/Blackfin/promote-logic.ll no longer crashes. I have no idea why, but that's good right? CodeGen/X86/2009-07-16-LoadFoldingBug.ll also fails, but now compiles to have one fewer constant pool entry, making the expected load that was being folded disappear. Since it is an unreduced mass of gnast, I just removed it. This fixes PR6370 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97023 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/PowerPC/LargeAbsoluteAddr.ll')
-rw-r--r--test/CodeGen/PowerPC/LargeAbsoluteAddr.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/PowerPC/LargeAbsoluteAddr.ll b/test/CodeGen/PowerPC/LargeAbsoluteAddr.ll
index 75374abeb0..b10a996867 100644
--- a/test/CodeGen/PowerPC/LargeAbsoluteAddr.ll
+++ b/test/CodeGen/PowerPC/LargeAbsoluteAddr.ll
@@ -1,7 +1,7 @@
; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin | \
-; RUN: grep {stw r4, 32751}
+; RUN: grep {stw r3, 32751}
; RUN: llc < %s -march=ppc64 -mtriple=powerpc-apple-darwin | \
-; RUN: grep {stw r4, 32751}
+; RUN: grep {stw r3, 32751}
; RUN: llc < %s -march=ppc64 -mtriple=powerpc-apple-darwin | \
; RUN: grep {std r3, 9024}