https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106511

--- Comment #8 from Andrew Macleod <amacleod at redhat dot com> ---
(In reply to Richard Biener from comment #2)
> VRP could use max_stmt_executions here (note it doesn't properly handle loop
> nests so the name is somewhat misleading)

Do you have to ask for max_stmt_executions on each loop nest for the stmt to
get the real total?  and multiple them all together?  or can you only count on
loop_outer()?

Reply via email to