[LLVMdev] RTL <-> SSA
    Chris Lattner 
    clattner at apple.com
       
    Tue Jun 22 10:53:10 PDT 2010
    
    
  
On Jun 22, 2010, at 10:29 AM, Jianzhou Zhao wrote:
> Hi,
> 
> Does LLVM have passes that do translations between GCC RTL and LLVM
> SSA, RTL -> SSA and SSA -> RTL?
Nope.  There has been some talk about doing a Clang -> RTL or LLVM IR -> RTL backend, to allow using the GCC backend with the Clang frontend, but I'm not aware of any progress on this.  You could ask on the gcc mailing list about it.
-Chris
    
    
More information about the llvm-dev
mailing list