Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SLP] Increase UsesLimit to 64 (llvm#99467)
Since commit 82b800e addressed the issue llvm#99327 , we see some performance regression (13%) on some verilator generated C++ code. This is because the UsesLimit is set to 8, which is too small for the verilator generated code. I have analyzed the need for the UsesLimit from [1] and found that the UsesLimit should be at least 64 to cover most of these cases. Thus, This patch increases the UsesLimit to 64. Link: llvm#99327 (comment) [1] Signed-off-by: Yangyu Chen <[email protected]>
- Loading branch information