[all-commits] [llvm/llvm-project] 997941: Revert D145226 "[mlir][Transforms][NFC] CSE: Add n...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Thu Jun 29 12:53:44 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9979417d4db4c2af3e2a722f8d23a385cd1cac8e
https://github.com/llvm/llvm-project/commit/9979417d4db4c2af3e2a722f8d23a385cd1cac8e
Author: Fangrui Song <i at maskray.me>
Date: 2023-06-29 (Thu, 29 Jun 2023)
Changed paths:
M mlir/include/mlir/IR/PatternMatch.h
R mlir/include/mlir/Transforms/CSE.h
M mlir/lib/Transforms/CSE.cpp
Log Message:
-----------
Revert D145226 "[mlir][Transforms][NFC] CSE: Add non-pass entry point"
This reverts commit 189033e6bede96de0d74e61715fcd1b48d95e247.
This commit causes memory leak. See comments on D145226.
More information about the All-commits
mailing list