[all-commits] [llvm/llvm-project] a60883: [mlir] Speed up FuncToLLVM using a SymbolTable (#6...
tdanyluk via All-commits
all-commits at lists.llvm.org
Thu Oct 5 02:25:06 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a6088308072ebd36181b7fa28eed70e4238dd71d
https://github.com/llvm/llvm-project/commit/a6088308072ebd36181b7fa28eed70e4238dd71d
Author: tdanyluk <tdanyluk at google.com>
Date: 2023-10-05 (Thu, 05 Oct 2023)
Changed paths:
M mlir/include/mlir/Conversion/FuncToLLVM/ConvertFuncToLLVM.h
M mlir/lib/Conversion/FuncToLLVM/FuncToLLVM.cpp
Log Message:
-----------
[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.
More information about the All-commits
mailing list