On Fri, Sep 27, 2024 at 9:52 AM wrote:
>
> From: Pan Li
>
> We iterate all phi node of bb to try to match the SAT_* pattern
> for scalar integer. We also remove the phi mode when the relevant
> pattern matched.
>
> Unfortunately the iterator may have no idea the phi node is removed
> and continu
From: Pan Li
We iterate all phi node of bb to try to match the SAT_* pattern
for scalar integer. We also remove the phi mode when the relevant
pattern matched.
Unfortunately the iterator may have no idea the phi node is removed
and continue leverage the free data and then ICE similar as below.