On Thu, 26 Sep 2024, Jeff Law wrote:
>
>
> On 9/26/24 5:06 AM, Richard Biener wrote:
> > When path isolation performs CFG manipulations (block splitting) it
> > fails to update post-dominators it computes on-demand. That both
> > runs into dominance verification issues when we compute post-domi
On 9/26/24 5:06 AM, Richard Biener wrote:
When path isolation performs CFG manipulations (block splitting) it
fails to update post-dominators it computes on-demand. That both
runs into dominance verification issues when we compute post-dominators
again and possibly accessing missing or broken
On Thu, 26 Sep 2024, Richard Biener wrote:
> When path isolation performs CFG manipulations (block splitting) it
> fails to update post-dominators it computes on-demand. That both
> runs into dominance verification issues when we compute post-dominators
> again and possibly accessing missing or b
When path isolation performs CFG manipulations (block splitting) it
fails to update post-dominators it computes on-demand. That both
runs into dominance verification issues when we compute post-dominators
again and possibly accessing missing or broken post-dominance data
when checking is disabled.