search for: loadloadelimination

Displaying 3 results from an estimated 3 matches for "loadloadelimination".

Did you mean: looploadelimination
2016 Mar 23
0
[GSoC'16] Need details on New Transformations and Analyses
...rstanding the history here. > > ** > > *Predictive Commoning. *The presentation side by Arie Tal seems > provide quite clear explanation and examples of the algorithm. I guess > the implementation should be straightforward, isn’t it? > The closest I know of to this in tree is LoadLoadElimination.cpp and (in some cases) the PRE code inside GVN.cpp. Building something like this on top of SCEV could be quite interesting. You should definitely talk to Adam Nemet (CC'd) about this. > > ** > > *Type Inference (aka. Devirtualization) and Value assertions. * > > Can I ge...
2016 Mar 20
4
[GSoC'16] Need details on New Transformations and Analyses
Hi everyone, I am very interested in contributing to LLVM project in this year's GSoC. I am new with LLVM, but this is used in the compiler course in my university. So, I am thinking to involve in LLVM development to have a better knowledge of the system. Currently, I am preparing the proposal. One of the project that caught my eyes is "New Transformations and Analysis". Several
2016 Mar 23
2
[GSoC'16] Need details on New Transformations and Analyses
...out deeply understanding the history here. >> >> Predictive Commoning. The presentation side by Arie Tal seems provide quite clear explanation and examples of the algorithm. I guess the implementation should be straightforward, isn’t it? > The closest I know of to this in tree is LoadLoadElimination.cpp and (in some cases) the PRE code inside GVN.cpp. Building something like this on top of SCEV could be quite interesting. You should definitely talk to Adam Nemet (CC'd) about this Yes, I think the memory operations can be handled in LoopLoadElimination. The algorithm is different from t...