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/ARM/swifterror.ll | |
| 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/ARM/swifterror.ll')
| -rw-r--r-- | llvm/test/CodeGen/ARM/swifterror.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/swifterror.ll b/llvm/test/CodeGen/ARM/swifterror.ll index 15a831a3785..b02adf7912b 100644 --- a/llvm/test/CodeGen/ARM/swifterror.ll +++ b/llvm/test/CodeGen/ARM/swifterror.ll @@ -181,7 +181,7 @@ define float @foo_loop(%swift_error** swifterror %error_ptr_ref, i32 %cc, float ; CHECK-APPLE: beq ; CHECK-APPLE: mov r0, #16 ; CHECK-APPLE: malloc -; CHECK-APPLE: strb r{{.*}}, [r0, #8] +; CHECK-APPLE: strb r{{.*}}, [{{.*}}[[ID]], #8] ; CHECK-APPLE: ble ; CHECK-APPLE: mov r8, [[ID]] |

