[PATCH] D156835: CoroFrame: Rework SuspendCrossingInfo analysis
Matthias Braun via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 2 15:21:55 PDT 2023
MatzeB added a comment.
I checked and the number of blocks visited only increases linearly. So that's all expected. There are some effects leading to quadratic compiletime as the Consume/Kill BitVectors also get bigger with number of basic blocks, but we can't avoid that and it's independent of dataflow solving order.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156835/new/
https://reviews.llvm.org/D156835
More information about the llvm-commits
mailing list