llvm-project
6867324e
- [mlir][bufferization] Improve performance of DropEquivalentBufferResultsPass (#101281)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
[mlir][bufferization] Improve performance of DropEquivalentBufferResultsPass (#101281) By using DenseMap to minimize the traveral time of callOps, and the efficiency of running this pass has been greatly improved.
References
#101281 - [mlir][bufferization] Improve performance of DropEquivalentBufferResultsPass
Author
CoTinker
Parents
4461b690
Loading