[LLVMdev] understanding DAG: node creation

Dmitri Kovalenko dmitri.a.kovalenko at gmail.com
Sat Aug 30 14:18:38 PDT 2014


I have an intrinsic and it must be lowered to instruction, which works with
fixed register.
So, it takes contents of this register and another argument as input. After
execution, the result of the instruction is placed into that same fixed
register.

What should I do in SelectionDAGBuilder::visitIntrinicCall to describe such
behaviour for a SDNode?

Thank you for the ideas and insights.
-- 
Sincerely,
Dmitri Kovalenko
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140831/39577886/attachment.html>


More information about the llvm-dev mailing list