[llvm-dev] CopyToReg node

Barbora Murinová via llvm-dev llvm-dev at lists.llvm.org
Fri Feb 16 09:33:55 PST 2018


Hi all,

I'm having some trouble with x86 generating some CopyToReg nodes with a
null 2nd operand. I've done an extensive search of the entire codebase and
found that all creation of CopyToReg nodes happens at SelectionDAG.h,
eventually, but my debug messages did not register a call to either of the
three getCopyToReg methods it provides. Is there any other place where
CopyToReg nodes get generated for x86 target?

Thanks,
Barbora

-- 
----------------
Barbora Murinová
The University of Edinburgh
SK: +421905718390
UK: +447477833795
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180216/665ef340/attachment.html>


More information about the llvm-dev mailing list