search for: 9d57fe45

Displaying 2 results from an estimated 2 matches for "9d57fe45".

2013 Aug 20
0
[LLVMdev] Memory optimizations for LLVM JIT
...h '*'. This is strange, I'm not what sure what is going on here - assuming you are running the same passes I'd expect no difference here. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130820/9d57fe45/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