Skip to content

Commit d012912

Browse files
committed
Revert llvm integrate
1 parent f492bcc commit d012912

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

enzyme/Enzyme/MLIR/Passes/RemoveUnusedEnzymeOps.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ static void applyPatterns(Operation *op) {
296296
InitSimplify>(op->getContext());
297297

298298
GreedyRewriteConfig config;
299-
config.enableFolding();
299+
config.fold = true;
300300
(void)applyPatternsGreedily(op, std::move(patterns), config);
301301
}
302302

0 commit comments

Comments
 (0)