search for: c2e3a805

Displaying 2 results from an estimated 2 matches for "c2e3a805".

2020 Jul 15
2
[Beginner] Understanding Tablegen language
...or an ARM-like >> architecture: 'LEG'. >> https://github.com/frasercrmck/llvm-leg >> >> Best, >> Matt >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200715/c2e3a805/attachment-0001.html>
2020 Jul 14
2
[Beginner] Understanding Tablegen language
On 7/13/2020 21:30, Thomas Lively via llvm-dev wrote: > Part of the problem is that ISel patterns are like their own DSL inside > the TableGen DSL, so keywords like "ins", "outs", and "ops" aren't > keywords at the TableGen level, but rather at the level of the ISel > system implemented with TableGen. Copying existing patterns and reading > the