[PATCH] D101494: [SimplifyCFG] Ignore ephemeral values when counting insts for threading
Teresa Johnson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun May 9 19:06:15 PDT 2021
tejohnson added a comment.
In D101494#2746229 <https://reviews.llvm.org/D101494#2746229>, @nikic wrote:
> LGTM, though personally I'd keep the current value of the limit and change the condition to `Size++ > MaxSmallBlockSize` instead (using post-increment instead of pre-increment). I think that should retain the behavior. I'm okay either way though.
Yep, went ahead and switched to that approach.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101494/new/
https://reviews.llvm.org/D101494
More information about the llvm-commits
mailing list