Displaying 2 results from an estimated 2 matches for "d7008".
Did you mean:
57008
2015 Jan 16
7
[LLVMdev] proof of concept for a loop fusion pass
Hi,
We are proposing a loop fusion pass that tries to proactive fuse loops across function call boundaries and arbitrary control flow.
http://reviews.llvm.org/D7008
With this pass, we get 103 loop fusions in SPECCPU INT 2006 462.libquantum with rate performance improving close to 2.5X in x86 (results from AMD A10-6700).
I took some liberties in patching up some of the code in ScalarEvolution/DependenceAnalysis/GlobalsModRef/Clang options/ and also adjusted t...
2015 Jan 17
3
[LLVMdev] proof of concept for a loop fusion pass
...Ramanarayanan, Ramshankar <
> Ramshankar.Ramanarayanan at amd.com > wrote:
>
>
> Hi,
>
>
> We are proposing a loop fusion pass that tries to proactive fuse
> loops across function call boundaries and arbitrary control flow.
>
>
> http://reviews.llvm.org/D7008
This link contains the Clang patch. Did you intend to post the LLVM patch as well?
>
>
> With this pass, we get 103 loop fusions in SPECCPU INT 2006
> 462.libquantum with rate performance improving close to 2.5X in x86
> (results from AMD A10-6700).
>
>
> I took some l...