Displaying 1 result from an estimated 1 matches for "7f626b8c".
2012 Feb 02
3
[LLVMdev] Updating PHI for Instruction Domination?
So I have a loop with two blocks, a header (which points to return and
latch) and a latch (which points to return and header). I have inserted a
few new blocks, called H and F.
Header now points to H and latch. Latch now points to F. H points to F. F
points to Header and return.
The PHI Nodes have been updated in Header accordingly, now coming from the
preheader and F (instead of latch).
My