Skip to content

Commit 48e6149

Browse files
committed
Remove wrong comment
1 parent a005067 commit 48e6149

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/polygeist/Passes/ParallelLoopDistribute.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,6 @@ static void getIndVars(Operation *op, SmallPtrSet<Value, 3> &indVars) {
149149
indVars.insert(var);
150150
}
151151

152-
// Are all ops preceeding the child `child` with a nested barrier of a parallel
153-
// operation `pOp` all recomputable?
154152
static bool arePreceedingOpsRecomputable(Operation *op) {
155153
auto prevOp = op->getPrevNode();
156154
while (prevOp) {

0 commit comments

Comments
 (0)