[LLVMdev] Regarding Dependence Analysis

Bill Wendling wendling at apple.com
Tue Mar 2 11:43:04 PST 2010


On Mar 1, 2010, at 3:53 PM, Rohith Goparaju wrote:

> Hi ,
> 
>  I'm using llvm for a project im currently working on. I got a couple of questions . Is Dependence Analysis supported and/or implemented within llvm?.

No, it's not implemented.

> Does llvm perform peephole optimizations before genrating the bytecode .

The core LLVM libraries work on the bitcode itself, so I'm assuming you mean something like llvm-gcc or clang? If so, then no.

-bw





More information about the llvm-dev mailing list