diff options
author | Jingyue Wu <jingyue@google.com> | 2014-10-01 15:22:13 +0000 |
---|---|---|
committer | Jingyue Wu <jingyue@google.com> | 2014-10-01 15:22:13 +0000 |
commit | fd47fb9976a890340ebc1b0bb7e90d1f0f1eeafc (patch) | |
tree | 83b13dfd4d402281a1b0ff049d252a8892e2f553 /llvm/test/CodeGen/X86 | |
parent | 241ce99503cab1f2008f00b16d7a12286546287b (diff) | |
download | bcm5719-llvm-fd47fb9976a890340ebc1b0bb7e90d1f0f1eeafc.tar.gz bcm5719-llvm-fd47fb9976a890340ebc1b0bb7e90d1f0f1eeafc.zip |
Revert r216862 due to a performance regression
Reported by Alexey Volkov in PR21115
llvm-svn: 218771
Diffstat (limited to 'llvm/test/CodeGen/X86')
-rw-r--r-- | llvm/test/CodeGen/X86/loop-strength-reduce8.ll | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/X86/loop-strength-reduce8.ll b/llvm/test/CodeGen/X86/loop-strength-reduce8.ll index c36047c451a..1d042769b0b 100644 --- a/llvm/test/CodeGen/X86/loop-strength-reduce8.ll +++ b/llvm/test/CodeGen/X86/loop-strength-reduce8.ll @@ -1,9 +1,6 @@ ; RUN: llc < %s -mtriple=i386-apple-darwin | FileCheck %s -; FIXME: The first two instructions, movl and addl, should have been combined to -; "leal 16(%eax), %edx" by the backend (PR20776). -; CHECK: movl %eax, %edx -; CHECK: addl $16, %edx +; CHECK: leal 16(%eax), %edx ; CHECK: align ; CHECK: addl $4, %edx ; CHECK: decl %ecx |