[LLVMdev] SSA or not SSA?

Matthieu Moy Matthieu.Moy at imag.fr
Mon Jul 7 06:47:39 PDT 2008


Hi,

Silly question from an LLVM newbie: the LLVM LRM say that the bytecode
is "is an SSA based representation". Indeed, my experience with
llvm-gcc is that the generated code is not necessarily SSA, while
the one given by "llvm-gcc -O1" is.

Is this assumption correct?

Is there a non-SSA to SSA translator available?

Thanks,

-- 
Matthieu



More information about the llvm-dev mailing list