diff options
| author | Hans Wennborg <hans@hanshq.net> | 2016-02-11 16:44:06 +0000 |
|---|---|---|
| committer | Hans Wennborg <hans@hanshq.net> | 2016-02-11 16:44:06 +0000 |
| commit | 75fab7b0b052674851389e2a1d9ff6da0dcb9f12 (patch) | |
| tree | f571995fe25a584b3b1e6014adf6ff684e70f651 /llvm/test | |
| parent | ba7d0fe280691b2eb0a0e7183a588136a53de462 (diff) | |
| download | bcm5719-llvm-75fab7b0b052674851389e2a1d9ff6da0dcb9f12.tar.gz bcm5719-llvm-75fab7b0b052674851389e2a1d9ff6da0dcb9f12.zip | |
Revert r260507: "[X86] Enable the LEA optimization pass by default."
This caused PR26575.
llvm-svn: 260538
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/CodeGen/X86/lea-opt.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/lea-opt.ll b/llvm/test/CodeGen/X86/lea-opt.ll index 4c9187169e5..20e27773195 100644 --- a/llvm/test/CodeGen/X86/lea-opt.ll +++ b/llvm/test/CodeGen/X86/lea-opt.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -mtriple=x86_64-linux | FileCheck %s +; RUN: llc < %s -mtriple=x86_64-linux -enable-x86-lea-opt | FileCheck %s %struct.anon1 = type { i32, i32, i32 } %struct.anon2 = type { i32, [32 x i32], i32 } |

