Displaying 2 results from an estimated 2 matches for "2d6e572b".
2011 Oct 08
0
[LLVMdev] Enhancing TableGen
...ers.
How about a tool for checking completeness and orthogonality of pattern sets?
A pattern coverage mode for isel would also be interesting.
/jakob
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111007/2d6e572b/attachment.html>
2011 Oct 07
6
[LLVMdev] Enhancing TableGen
Jakob Stoklund Olesen <jolesen at apple.com> writes:
> I think the for loops have merit, but not the way you want to use them.
>
> Some target descriptions have many sequential definitions, for example PowerPC/PPCRegisterInfo.td:
>
> // Vector registers
> def V0 : VR< 0, "v0">, DwarfRegNum<[77, 77]>;
> def V1 : VR< 1, "v1">,