Displaying 1 result from an estimated 1 matches for "992314".
Did you mean:
932314
2005 Aug 27
4
[LLVMdev] unoptimised LLVM, not in SSA form
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.