forked from OSchip/llvm-project
[InterleavedLoadCombine] Fix warning unused variable
Differential Revision: https://reviews.llvm.org/D52653 llvm-svn: 347229
This commit is contained in:
parent
49482f824a
commit
026a2a5152
|
@ -1119,8 +1119,6 @@ InterleavedLoadCombineImpl::findFirstLoad(const std::set<LoadInst *> &LIs) {
|
|||
bool InterleavedLoadCombineImpl::combine(std::list<VectorInfo> &InterleavedLoad,
|
||||
OptimizationRemarkEmitter &ORE) {
|
||||
LLVM_DEBUG(dbgs() << "Checking interleaved load\n");
|
||||
for (auto &VI : InterleavedLoad)
|
||||
LLVM_DEBUG(dbgs() << VI << "\n");
|
||||
|
||||
// The insertion point is the LoadInst which loads the first values. The
|
||||
// following tests are used to proof that the combined load can be inserted
|
||||
|
|
Loading…
Reference in New Issue