summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Transforms/CSE.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mlir/lib/Transforms/CSE.cpp')
-rw-r--r--mlir/lib/Transforms/CSE.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/mlir/lib/Transforms/CSE.cpp b/mlir/lib/Transforms/CSE.cpp
index afd18a49b79..e471b6792c5 100644
--- a/mlir/lib/Transforms/CSE.cpp
+++ b/mlir/lib/Transforms/CSE.cpp
@@ -183,11 +183,6 @@ void CSE::simplifyBlock(Block *bb) {
}
break;
}
- case Instruction::Kind::For: {
- ScopedMapTy::ScopeTy scope(knownValues);
- simplifyBlock(cast<ForInst>(i).getBody());
- break;
- }
}
}
}
OpenPOWER on IntegriCloud