Hello everyone, Anyone could explain for me about target description files(*.td). very difficult to understand them Best regards, Huy Mobile: 01668178291 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20141201/de17015e/attachment.html>
Hi Huy, The following *might* help: http://llvm.org/devmtg/2012-04-12/Slides/Reed_Kotler.pdf http://llvm.org/docs/TableGen/index.html http://llvm.org/docs/TableGen/LangIntro.html http://llvm.org/docs/TableGen/BackEnds.html Best, - Asiri On Mon, Dec 1, 2014 at 4:38 PM, huyite <huyite.vn at gmail.com> wrote:> Hello everyone, > > Anyone could explain for me about target description files(*.td). > very difficult to understand them > > > > Best regards, > > Huy > > > > *Mobile: 01668178291* > > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20141201/4e55021b/attachment.html>
Hi, I would suggest you to visit following links http://llvm.org/docs/TableGen/LangRef.html http://llvm.org/docs/TableGen/LangIntro.html#tablegen-syntax http://jonathan2251.github.io/lbd/ And actually try out by writing code. You will gradually understand the syntax and its meaning. On Mon, Dec 1, 2014 at 10:08 PM, huyite <huyite.vn at gmail.com> wrote:> Hello everyone, > > Anyone could explain for me about target description files(*.td). > very difficult to understand them > > > > Best regards, > > Huy > > > > *Mobile: 01668178291* > > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > >-- With regards, Suyog Sarda -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20141201/5889e811/attachment.html>