[PATCH] D101494: [SimplifyCFG] Ignore ephemeral values when counting insts for threading

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 8 13:23:25 PDT 2021


nikic accepted this revision.
nikic added a comment.
This revision is now accepted and ready to land.

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.


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