Hi, Is there any project for translations between GCC RTL and LLVM SSA, RTL -> SSA and SSA -> RTL? I am working on a project that may reuse existing optimization passes from LLVM and GCC. So I was wondering if there is a way to switch between their IR's.
Thanks. -- Jianzhou