[PATCH] D134203: [PGO] Avoid assertion on degenerate profile
Rong Xu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 19 14:25:35 PDT 2022
xur added a comment.
In D134203#3800684 <https://reviews.llvm.org/D134203#3800684>, @davidxl wrote:
> This looks like related to infinite loops.
Not likely. Infinite loop usually has one successor non-zero count.
One possible case I can think of is a critical edge not split.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134203/new/
https://reviews.llvm.org/D134203
More information about the llvm-commits
mailing list