[LLVMdev] unoptimised LLVM, not in SSA form
Umar Janjua
Umar.Janjua at cl.cam.ac.uk
Sat Aug 27 05:18:56 PDT 2005
Hi,
I am interested in obtaining LLVM IR without any optimization performed on
it.( IR obtained from cfrontend's AST). Is this LLVM IR in SSA form?
Secondly, I want to make a transformation on this unoptimized IR, and convert
it back to C. I believe llc -c does that.
Thirdly, is it possible to use LLVM tool suite on LLVM IR that's not in SSA
form, if we have such LLVM so.
More information about the llvm-dev
mailing list