[llvm-dev] Manipulating DAGs in TableGen

Madhur Amilkanthwar via llvm-dev llvm-dev at lists.llvm.org
Tue Oct 13 20:33:41 PDT 2020


On Tue, Oct 13, 2020, 10:44 PM Paul C. Anagnostopoulos <paul at windfall.com>
wrote:

> Madhur, could you describe !getdagrestype in more detail? In particular, I
> don't know what "type of result value" means.
>

I mean the data type of the result computed by a DAG node. A DAG node may
receive a bunch of values from others nodes, applies its operator and
returns an 'int', so its restype is 'int', for example.

Does that make sense?

>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20201014/c693c4aa/attachment.html>


More information about the llvm-dev mailing list