[LLVMdev] Type Legalizer - Load handling problem
sanjiv gupta
sanjiv.gupta at microchip.com
Wed Sep 3 11:39:46 PDT 2008
On Tue, 2008-09-02 at 09:25 +0200, Duncan Sands wrote:
> > I think we will have to go that way since I may want to replace a "store" node also
> > (A store node does not produce any results). In this case ReplaceNodeWith () is my only way out.
>
> I agree we should go that way because it is more logical. However
> you can also work around the problem by calling ReplaceNodeWith
> yourself, and returning an SDValue with null node.
>
How do we access ReplaceNodeWith in TLI ?
- Sanjiv
> Ciao,
>
> Duncan.
More information about the llvm-dev
mailing list