[llvm-dev] Use Global ISel or SelectionDAG

floris westermann via llvm-dev llvm-dev at lists.llvm.org
Thu Feb 13 14:08:20 PST 2020


Hi llvm-dev,

I am currently writing a backend for an architecture I am designing in my
bachelor's thesis and recently came across the GlobalISel Selection
Framework.
Should already start using this over the more common Selection DAG?
Being new llvm backend development, I am not sure if GlobalISel would be
"easier" to implement than ISelDAG and if there is any decent documentation
on how to do so.

Cheers,
Floris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200213/3dbbfb84/attachment.html>


More information about the llvm-dev mailing list