[llvm-dev] Creating a TableGen Backend
Sahil Chitnis via llvm-dev
llvm-dev at lists.llvm.org
Sun Sep 3 22:14:13 PDT 2017
Hello All,
Goal:
I plan to create a Tablegen Backend that :
Takes as Input : (.td) file containing some classes that describes a new
instruction format design for an existing PTX ISA.
Outputs : PTX Assembly code
Note : For now , i dont intend to use LLVM IR
I want help (any wiki would do) on how to start / effectively use existing
Tablegen Backends to create new ones for above goal.I did not find much
info on the internet.Thanks in Advance
Thanks and Regards,
Sahil Chitnis
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170904/d599ff96/attachment.html>
More information about the llvm-dev
mailing list