Displaying 2 results from an estimated 2 matches for "6977807a".
2012 Jun 20
0
[LLVMdev] How to define macros in a tablegen file?
...r of Code Aurora Forum
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-move-CodeFrag-from-CellSPU-to-generic-code.patch
Type: application/octet-stream
Size: 1726 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120620/6977807a/attachment.obj>
2012 Jun 20
2
[LLVMdev] How to define macros in a tablegen file?
On Wed, Jun 20, 2012 at 12:26 PM, Sebastian Pop <spop at codeaurora.org> wrote:
> For reference, here is how the SPU port is using code and pattern fragments:
>
> // Holder of code fragments (you'd think this'd already be in
> // a td file somewhere... :-)
And this comment makes me think, shouldn't this class CodeFrag be
included in the same place where PatFrag is