summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2010-05-13 00:19:43 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2010-05-13 00:19:43 +0000
commit4bf4bafcced902ee6d58a90486768f08a3795d02 (patch)
treeca6671e10a6b83770e2a8c8274f78004b9d380d0 /test/CodeGen/PowerPC
parent63e34f690c511a146b936435f84ee76fda154f7c (diff)
downloadllvm-4bf4bafcced902ee6d58a90486768f08a3795d02.tar.gz
llvm-4bf4bafcced902ee6d58a90486768f08a3795d02.tar.bz2
llvm-4bf4bafcced902ee6d58a90486768f08a3795d02.tar.xz
Take allocation hints from copy instructions to/from physregs.
This causes way more identity copies to be generated, ripe for coalescing. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103686 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/PowerPC')
-rw-r--r--test/CodeGen/PowerPC/2007-04-30-InlineAsmEarlyClobber.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/PowerPC/2007-04-30-InlineAsmEarlyClobber.ll b/test/CodeGen/PowerPC/2007-04-30-InlineAsmEarlyClobber.ll
index 0a75f7a777..be74312777 100644
--- a/test/CodeGen/PowerPC/2007-04-30-InlineAsmEarlyClobber.ll
+++ b/test/CodeGen/PowerPC/2007-04-30-InlineAsmEarlyClobber.ll
@@ -7,8 +7,8 @@
; CHECK: subfze r4,r6
; LOCAL: subfc r6,r5,r4
; LOCAL: subfze r3,r3
-; FAST: subfc r9,r8,r7
-; FAST: subfze r10,r6
+; FAST: subfc r3,r5,r4
+; FAST: subfze r4,r6
; PR1357