diff options
| author | Eli Friedman <efriedma@codeaurora.org> | 2017-04-06 22:42:18 +0000 |
|---|---|---|
| committer | Eli Friedman <efriedma@codeaurora.org> | 2017-04-06 22:42:18 +0000 |
| commit | 5fba1e53f264529ecfdf317b5c8becc368c6c0c3 (patch) | |
| tree | e394f8cad0eab947abb3e5e77a6101a06fb87b38 /llvm/test/CodeGen/X86/codegen-prepare.ll | |
| parent | 5eb8ea8872b59b00f3534dbcb0d47b10260245f3 (diff) | |
| download | bcm5719-llvm-5fba1e53f264529ecfdf317b5c8becc368c6c0c3.tar.gz bcm5719-llvm-5fba1e53f264529ecfdf317b5c8becc368c6c0c3.zip | |
Turn on -addr-sink-using-gep by default.
The new codepath has been in the tree for years, and there isn't any
reason to use two codepaths here.
Differential Revision: https://reviews.llvm.org/D30596
llvm-svn: 299723
Diffstat (limited to 'llvm/test/CodeGen/X86/codegen-prepare.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/codegen-prepare.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/codegen-prepare.ll b/llvm/test/CodeGen/X86/codegen-prepare.ll index e58bc22ef14..9d7d3d376cd 100644 --- a/llvm/test/CodeGen/X86/codegen-prepare.ll +++ b/llvm/test/CodeGen/X86/codegen-prepare.ll @@ -1,5 +1,4 @@ ; RUN: llc < %s -mtriple=x86_64-pc-linux | FileCheck %s -; RUN: llc < %s -mtriple=x86_64-pc-linux -addr-sink-using-gep=1 | FileCheck %s ; Check that the CodeGenPrepare Pass ; does not wrongly rewrite the address computed by Instruction %4 |

