Displaying 2 results from an estimated 2 matches for "50109d1a".
Did you mean:
5010901
2016 Feb 02
2
creating Intrinsic DAG Node
...t on that. It’s a bit
> nicer than having to add the intrinsic ID everywhere. Most of the AMDGPU
> intrinsics are handled this way.
>
> -Matt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160202/50109d1a/attachment.html>
2016 Feb 02
2
creating Intrinsic DAG Node
I'm trying to 'lower' an operation that needs to create a node in the SD
that is an intrinsic call.... what is the best way to do this?
I see in the DAGBuilder it calls 'setValue' which adds to the map
NodeMap[V] where V is the key and the passed in SDValue is the value but
I'm not sure this is a good way to do it since these are local to
SelectionDAGBuilder and the