We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c69ed8a commit 3ab0e95Copy full SHA for 3ab0e95
polly/lib/Analysis/ScopBuilder.cpp
@@ -2722,7 +2722,6 @@ void ScopBuilder::checkForReductions(ScopStmt &Stmt) {
2722
// instruction not in that chain.
2723
using MemAccPair = std::pair<MemoryAccess *, MemoryAccess *>;
2724
DenseMap<MemAccPair, MemoryAccess::ReductionType> ValidCandidates;
2725
- DominatorTree *DT = Stmt.getParent()->getDT();
2726
2727
// Iterate over all write memory accesses and check the loads flowing into
2728
// it for reduction candidate pairs.
0 commit comments