[llvm-dev] Support for non-concrete types in LLVM
Jajoo, Malhar via llvm-dev
llvm-dev at lists.llvm.org
Sat May 27 07:34:09 PDT 2017
Hi,
I just wanted to know , I've searched everywhere in the documentation ,
does LLVM have any support for non-concrete types ?
By non-concrete I mean , type like "iN" until runtime and then probably some sort
of monomorphization pass can be run to concretize the "iN" types to something like "i56"
depending on the runtime parameters.
Thanks,
Malhar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170527/0548ba56/attachment.html>
More information about the llvm-dev
mailing list