Raghavan, Venugopal via llvm-dev
2017-Jul-06 04:23 UTC
[llvm-dev] LLVM's loop strength reduction module
Hi, My name is Venugopal Raghavan and I work in AMD. I was trying to understand the code in the file LoopStrengthReduce.cpp but I am making very slow progress. Is there any additional documentation available that would help me understand the code, like a PPT presentation or a design document or maybe a paper? I did not find anything on the Internet. There are comments interspersed in the code which are helpful but don't seem sufficient for me to get a good understanding of the code. Thanks. Regards, Venu. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170706/e276acab/attachment.html>
Madhur Amilkanthwar via llvm-dev
2017-Jul-06 06:16 UTC
[llvm-dev] LLVM's loop strength reduction module
AFAIK, no official doc. You can probably get better help if you ask specific questions (which part of the code you don't understand). On Thu, Jul 6, 2017 at 9:53 AM, Raghavan, Venugopal via llvm-dev < llvm-dev at lists.llvm.org> wrote:> Hi, > > > > My name is Venugopal Raghavan and I work in AMD. I was trying to > understand the code in the file LoopStrengthReduce.cpp but I am making very > slow progress. > > > > Is there any additional documentation available that would help me > understand the code, like a PPT presentation or a design document or maybe > a paper? I did not find anything on the Internet. > > > > There are comments interspersed in the code which are helpful but don’t > seem sufficient for me to get a good understanding of the code. > > > > Thanks. > > > > Regards, > > Venu. > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > >-- *Disclaimer: Views, concerns, thoughts, questions, ideas expressed in this mail are of my own and my employer has no take in it. * Thank You. Madhur D. Amilkanthwar -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170706/68fbe576/attachment.html>
Quentin Colombet via llvm-dev
2017-Jul-06 20:46 UTC
[llvm-dev] LLVM's loop strength reduction module
Hi Raghavan, I concur no specific docs. What do you want to know specifically? Cheers, -Quentin> On Jul 5, 2017, at 11:16 PM, Madhur Amilkanthwar via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > AFAIK, no official doc. > You can probably get better help if you ask specific questions (which part of the code you don't understand). > > On Thu, Jul 6, 2017 at 9:53 AM, Raghavan, Venugopal via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: > Hi, > > > > My name is Venugopal Raghavan and I work in AMD. I was trying to understand the code in the file LoopStrengthReduce.cpp but I am making very slow progress. > > > > Is there any additional documentation available that would help me understand the code, like a PPT presentation or a design document or maybe a paper? I did not find anything on the Internet. > > > > There are comments interspersed in the code which are helpful but don’t seem sufficient for me to get a good understanding of the code. > > > > Thanks. > > > > Regards, > > Venu. > > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org> > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev <http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev> > > > > > -- > Disclaimer: Views, concerns, thoughts, questions, ideas expressed in this mail are of my own and my employer has no take in it. > Thank You. > Madhur D. Amilkanthwar > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170706/ec5efe04/attachment.html>