[mlir] Speed up FuncToLLVM using a SymbolTable (#68082)
We have a project where this saves 23% of the compilation time. This means using hashmaps instead of searching in linked lists.
Loading
Please sign in to comment
We have a project where this saves 23% of the compilation time. This means using hashmaps instead of searching in linked lists.