[mlir][StorageUniquer] Replace all usages of std::function with function_ref.
Summary: std::function has a notoriously large amount of malloc traffic, whereas function_ref is a cheaper and more efficient alternative. Differential Revision: https://reviews.llvm.org/D77959
Loading
Please sign in to comment