[llvm] [SimplifyCFG] Increase budget for FoldTwoEntryPHINode() if the branch is unpredictable. (PR #98495)
via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 21 17:33:14 PDT 2024
https://github.com/DianQK commented:
I'm wondering if it's possible to remove the `FoldTwoEntryPHINode` altogether and hand it in EarlyIfConversion.
https://github.com/llvm/llvm-project/pull/98495
More information about the llvm-commits
mailing list