On Wed, Sep 15, 2010 at 3:23 PM, Paulo J. Matos wrote:
> pocma...@gmail.com (Paulo J. Matos) writes:
>
>> Is there a way I can rebuild PHI nodes info or what's the best way to
>> keep track of this each time I change the CFG by adding/removing edges
>> and adding new basic blocks?
>
> I found out
pocma...@gmail.com (Paulo J. Matos) writes:
> Is there a way I can rebuild PHI nodes info or what's the best way to
> keep track of this each time I change the CFG by adding/removing edges
> and adding new basic blocks?
I found out I can avoid the whole issue by scheduling my pass to go just
befo
Hello,
With my current pass moving things around and creating new BBs in some
test cases, I find that I get the error:
,
| fnmatch.i: In function 'fnmatch':
| fnmatch.i:3: error: missing PHI def
| p_27 = PHI <(20)>
`
Is there a way I can rebuild PHI nodes info or what's the best way to
ke