Displaying 2 results from an estimated 2 matches for "9341cdeb".
2020 Nov 18
0
Work on DAG Isel for TableGen and compiler
...____________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20201118/9341cdeb/attachment.html>
2020 Nov 18
3
Work on DAG Isel for TableGen and compiler
I have been working on improvements to TableGen's DAG Isel matcher backend. This has led me to thinking about ways to speed up the compile-time interpreter of the instruction selection matcher table.
Is this worth my time, given Fast Isel and the upcoming Global Isel selector?