diff options
| author | Geoff Berry <gberry@codeaurora.org> | 2017-08-17 04:04:11 +0000 |
|---|---|---|
| committer | Geoff Berry <gberry@codeaurora.org> | 2017-08-17 04:04:11 +0000 |
| commit | 4e38e02e6f7e65da163cba1118fa580d9078d17a (patch) | |
| tree | 9928967acf9e20b21fc0cbcac18b46ca6f10c206 /llvm/test/CodeGen/Mips/llvm-ir | |
| parent | dd8c16b58e44807b1adade487df5843a6db7baa2 (diff) | |
| download | bcm5719-llvm-4e38e02e6f7e65da163cba1118fa580d9078d17a.tar.gz bcm5719-llvm-4e38e02e6f7e65da163cba1118fa580d9078d17a.zip | |
Revert "[MachineCopyPropagation] Extend pass to do COPY source forwarding"
This reverts commit r311038.
Several buildbots are breaking, and at least one appears to be due to
the forwarding of physical regs enabled by this change. Reverting while
I investigate further.
llvm-svn: 311062
Diffstat (limited to 'llvm/test/CodeGen/Mips/llvm-ir')
| -rw-r--r-- | llvm/test/CodeGen/Mips/llvm-ir/sub.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Mips/llvm-ir/sub.ll b/llvm/test/CodeGen/Mips/llvm-ir/sub.ll index 8cf2d9eeb8e..655addb10a6 100644 --- a/llvm/test/CodeGen/Mips/llvm-ir/sub.ll +++ b/llvm/test/CodeGen/Mips/llvm-ir/sub.ll @@ -165,7 +165,7 @@ entry: ; MMR3: subu16 $5, $[[T19]], $[[T20]] ; MMR6: move $[[T0:[0-9]+]], $7 -; MMR6: sw $7, 8($sp) +; MMR6: sw $[[T0]], 8($sp) ; MMR6: move $[[T1:[0-9]+]], $5 ; MMR6: sw $4, 12($sp) ; MMR6: lw $[[T2:[0-9]+]], 48($sp) |

