[LLVMdev] translation to the LLVM IR

Jianzhou Zhao jianzhou at seas.upenn.edu
Wed Apr 20 14:54:23 PDT 2011


Hi all,

I am trying to compile a high-level imperative OOP-like language to
the LLVM IR. Do we have any "generic" way of translating a non-SSA
form to the LLVM IR's SSA? There are lots of LLVM front-ends now. Do
they do such translation individually? or there is some common non-SSA
IR that we can translate to, and can be converted to the LLVM IR
automatically? I did not find such things from the current LLVM code.

-- 
Jianzhou



More information about the llvm-dev mailing list