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



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@347229 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
martin-cherry committed Nov 19, 2018
1 parent 934cbe2 commit 3d5599f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/CodeGen/InterleavedLoadCombinePass.cpp
Original file line number Diff line number Diff line change
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 3d5599f

Please sign in to comment.