[PATCH] D129352: [CodeGen] Limit building time for CodeGenPrepare

Xiang Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 31 20:02:19 PDT 2022


xiangzhangllvm added a comment.

Hello @nikic, your suggestions are good. I have updated the patch. 
Could you help review? many thanks!

In the latest update, I removed the worklist, due to I find it hard to control the updated BBs' order when push them in worklist. 
And this cause performance regression in my local. So I update it with checking set FreshBBs.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129352/new/

https://reviews.llvm.org/D129352



More information about the llvm-commits mailing list