Displaying 4 results from an estimated 4 matches for "0ea595b6".
2013 Oct 22
0
[LLVMdev] Contribute a new precise pointer analysis to LLVM
----- Original Message -----
> Hi Evan,
>
> We did an experiment using the LLVM test suite: we compare the
> overhead of using our analysis to the LLVM default, both with -O2
> option.
It might also be interesting to try with -O3; I don't know if we have any significant vectorizable loops in the test suite with a large number of arrays, but if we do, this kind of analysis
2013 Oct 22
2
[LLVMdev] Contribute a new precise pointer analysis to LLVM
Hi Evan,
We did an experiment using the LLVM test suite: we compare the
overhead of using our analysis to the LLVM default, both with -O2
option.
The overall overhead of compiling the whole test suite using our
analysis is 36.5%.
The biggest overhead is observed in
"SingleSource/Benchmarks/Misc/flops-5", where we are 5 times slower:
0.07s (with our analysis) compared to
2013 Oct 22
3
[LLVMdev] Contribute a new precise pointer analysis to LLVM
...> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131022/0ea595b6/attachment.html>
2013 Oct 22
0
[LLVMdev] LLVMdev Digest, Vol 112, Issue 59
...ist
>> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://lists.cs.uiuc.edu/pipermail/llvmdev/attachments/20131022/0ea595b6/attachment-0001.html>
>
> ------------------------------
>
> Message: 12
> Date: Tue, 22 Oct 2013 20:16:35 +0300
> From: Yaron Keren <yaron.keren at gmail.com>
> To: "Kaylor, Andrew" <andrew.kaylor at intel.com>
> Cc: "<llvmdev at cs.uiuc.e...