search for: be979b00

Displaying 2 results from an estimated 2 matches for "be979b00".

Did you mean: 7e979000
2013 Aug 20
0
[LLVMdev] Memory optimizations for LLVM JIT
...ptimize this code? Did I miss anything, or need I write some kind of optimization pass? I will be grateful for any help you can provide. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130820/be979b00/attachment.html>
2013 Aug 20
4
[LLVMdev] Memory optimizations for LLVM JIT
Hello. I'm new to LLVM and I've got some problems with LLVM JIT. I have set ExecutionEngine as CodeGenOpt::Aggressive and PassManagerBuilder.OptLevel as 3. (mem2reg and GVN are included) However, the machine code generated by JIT is not as good as that generated by clang or llc. Here is an example: -------------------------------------------------------------------- source fragment