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?. Does llvm perform peephole optimizations before genrating the bytecode .
Thanks,
Rohith.
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?. Does llvm perform peephole optimizations before genrating the bytecode .
Thanks,
Rohith.
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