Displaying 2 results from an estimated 2 matches for "a55d6582".
2012 Feb 06
0
[LLVMdev] Updating PHI for Instruction Domination?
On Feb 2, 2012, at 5:13 PM, Ryan Taylor wrote:
> So my best bet is to try and work in reg2mem mode and then go back to mem2reg?
>
I wouldn't. That sounds painful.
> I'm curious, it seems though when you split a block that the phis get updated, right?
Sure. There's code in splitBasicBlock to do this. It should just take a little bit of work to get what you want done.
2012 Feb 03
5
[LLVMdev] Updating PHI for Instruction Domination?
So my best bet is to try and work in reg2mem mode and then go back to
mem2reg?
I'm curious, it seems though when you split a block that the phis get
updated, right?
On Thu, Feb 2, 2012 at 5:05 PM, Eric Christopher <echristo at apple.com> wrote:
> Not that I'm aware of.
>
> -eric
>
> On Feb 2, 2012, at 3:47 PM, Ryan Taylor wrote:
>
> So essentially I'm