diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-05-13 00:19:43 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-05-13 00:19:43 +0000 |
commit | 0ba2e2a5680d50bfa8c2cb7fb8f9c6e1ba8f5b78 (patch) | |
tree | 6433efbae92329c6c56a17827e7b180288c286cf /llvm/test/CodeGen/PowerPC | |
parent | 680b74941f579fb48f044f0020a673ef2ef8ac01 (diff) | |
download | bcm5719-llvm-0ba2e2a5680d50bfa8c2cb7fb8f9c6e1ba8f5b78.tar.gz bcm5719-llvm-0ba2e2a5680d50bfa8c2cb7fb8f9c6e1ba8f5b78.zip |
Take allocation hints from copy instructions to/from physregs.
This causes way more identity copies to be generated, ripe for coalescing.
llvm-svn: 103686
Diffstat (limited to 'llvm/test/CodeGen/PowerPC')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/2007-04-30-InlineAsmEarlyClobber.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/PowerPC/2007-04-30-InlineAsmEarlyClobber.ll b/llvm/test/CodeGen/PowerPC/2007-04-30-InlineAsmEarlyClobber.ll index 0a75f7a7770..be743127772 100644 --- a/llvm/test/CodeGen/PowerPC/2007-04-30-InlineAsmEarlyClobber.ll +++ b/llvm/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 |