search for: pred_

Displaying 1 result from an estimated 1 matches for "pred_".

Did you mean: preds
2009 Nov 14
4
[LLVMdev] CFG using LLVM
Hi, I am a new user of LLVM. I am using it as the IR for a compiler for a subset of LUA. I have the .ll file ready and it executes fine when passed to the llvm interpreter. Now, I wish to perform a few optimizations to the code starting with dead code elimination. For this I would need the CFG. I am very new to all of this stuff. Please help me out guys. The way I want to proceed is to start at