[PATCH] D58327: [Dominators] Simplify and optimize path compression used in link-eval forest.
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 19 21:00:14 PST 2019
MaskRay added a comment.
> One test I like to use is the LLVM test-suite subdirectory CTMark with running the top-level lit process through taskset, as in:
@brzycki Thanks for the tip! Do you know how to create testing .bc from LLVM test-suite for benchmarks?
And how can I benchmark dynamic dominator tree? `CalculateFromScratch` is easy to benchmark as I can just repeatedly run the function analysis `domtree` and discard the result but I don't know how for the dynamic case...
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58327/new/
https://reviews.llvm.org/D58327
More information about the llvm-commits
mailing list