Displaying 5 results from an estimated 5 matches for "512536".
Did you mean:
d12536
2015 Mar 10
2
[LLVMdev] GVN PRE algorithms in LLVM
The GVN algorithm used in LLVM currently (I'm rewriting it) is the basic
hash based RPO algorithm.
The new one i'm writing is based on http://dl.acm.org/citation.cfm?id=512536
(see https://github.com/dberlin/llvm-gvn-rewrite)
LLVM has different algorithms for both scalar PRE and load PRE.
They are basically variants of standard PRE algorithms transformed into
SSA, but with some deliberate limitations made as implementation speed/code
size trade offs.
At some point, i...
2016 Nov 16
7
[RFC] NewGVN
...m-gvn-rewrite/tree/newgvn-predicates).
Please let us know what you think. Any feedback/review comment/testing
is very appreciated!
Thanks!
[1] http://lists.llvm.org/pipermail/llvm-dev/2016-March/096488.html
[2] https://llvm.org/bugs/show_bug.cgi?id=30692#c11
[3] http://dl.acm.org/citation.cfm?id=512536
--
Davide
"There are no solved problems; there are only problems that are more
or less solved" -- Henri Poincare
2008 Sep 05
0
gFTP IPv6 bug
I found the following bug report that matches what I am seeing with the
gFTP we have in Centos:
http://bugzilla.gnome.org/show_bug.cgi?id=350813
This is an old bug that they claim has been fixed in CVS. Has that been
applied to what we are running? Becuase gFTP crashes for me on IPv6
using FTP.
2015 Mar 09
2
[LLVMdev] GVN PRE algorithms in LLVM
Hello everyone
I am Rakshit Singla, a third year undergrad at IIT Hyderabad, India. I
finished a basic compilers course last semester and am currently doing a
compiler optimizations course. I have been exploring LLVM for the past few
months (wrote a front-end for the Classroom Object Oriented Language and
have been studying pieces of code.) I would like to work with LLVM and
contribute to the
2016 Nov 16
2
[RFC] NewGVN
...think. Any feedback/review comment/testing
> > is very appreciated!
> >
> > Thanks!
> >
> > [1] http://lists.llvm.org/pipermail/llvm-dev/2016-March/096488.html
> > [2] https://llvm.org/bugs/show_bug.cgi?id=30692#c11
> > [3] http://dl.acm.org/citation.cfm?id=512536
> >
> > --
> > Davide
> >
> > "There are no solved problems; there are only problems that are more
> > or less solved" -- Henri Poincare
> > _______________________________________________
> > LLVM Developers mailing list
> > llvm-dev...