[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.
parent
d3e4702c
Please register or 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.