[LLVMdev] Question regarding ReplaceValueWith and ReplaceNodeResults

Pranav Bhandarkar pranavb at codeaurora.org
Fri Aug 31 15:14:38 PDT 2012


 
> The type legalizer asked your target to replace an node with an illegal
type
> with a node with a legal type, and your target returned a use of the
illegal
> node. This makes no sense.

Aargh, thanks. I did not think of that at all. I confused type legalization
with promotion by sign-extension.

Thanks,
Pranav 




More information about the llvm-dev mailing list