Skip to content

Commit

Permalink
[InterleavedLoadCombine] Fix warning unused variable
Browse files Browse the repository at this point in the history
Differential Revision: https://reviews.llvm.org/D52653

llvm-svn: 347229
  • Loading branch information
martin-cherry committed Nov 19, 2018
1 parent 49482f8 commit 026a2a5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions llvm/lib/CodeGen/InterleavedLoadCombinePass.cpp
Expand Up @@ -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
Expand Down

0 comments on commit 026a2a5

Please sign in to comment.