diff options
| author | David Majnemer <david.majnemer@gmail.com> | 2016-06-15 00:19:09 +0000 |
|---|---|---|
| committer | David Majnemer <david.majnemer@gmail.com> | 2016-06-15 00:19:09 +0000 |
| commit | cbf614a93b1d59655e7749df1a31b5cb4ac29972 (patch) | |
| tree | a0d51e49d1cbbd68dfe38d44436e0d0e6538fdc9 /llvm/test/CodeGen | |
| parent | f42c69206d6bee89cbd3c5f8eb502131b234422c (diff) | |
| download | bcm5719-llvm-cbf614a93b1d59655e7749df1a31b5cb4ac29972.tar.gz bcm5719-llvm-cbf614a93b1d59655e7749df1a31b5cb4ac29972.zip | |
Remove the ScalarReplAggregates pass
Nearly all the changes to this pass have been done while maintaining and
updating other parts of LLVM. LLVM has had another pass, SROA, which
has superseded ScalarReplAggregates for quite some time.
Differential Revision: http://reviews.llvm.org/D21316
llvm-svn: 272737
Diffstat (limited to 'llvm/test/CodeGen')
| -rw-r--r-- | llvm/test/CodeGen/X86/vec_ins_extract.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/vec_ins_extract.ll b/llvm/test/CodeGen/X86/vec_ins_extract.ll index 90dcbdfa43b..5ff49eff6df 100644 --- a/llvm/test/CodeGen/X86/vec_ins_extract.ll +++ b/llvm/test/CodeGen/X86/vec_ins_extract.ll @@ -1,5 +1,5 @@ ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py -; RUN: opt < %s -scalarrepl -instcombine | \ +; RUN: opt < %s -sroa -instcombine | \ ; RUN: llc -march=x86 -mcpu=yonah | not grep sub.*esp ; This checks that various insert/extract idiom work without going to the |

