search for: ecd31c8c

Displaying 2 results from an estimated 2 matches for "ecd31c8c".

2015 Mar 17
2
[LLVMdev] GSoC:Loop Reversal Transformation
Hi, I have been studying LLVM infrastructure from past 1 month and trying out some hands on to get familiar with it. I am keen to propose loop reversal pass in LLVM as a part of GSoC 2015. Following are the details of my proposal. A for loop can run in two ways – it can count up or it can count down. 1. for(i=0; i<10 ;i++) {// Do something} 2. for(i=9; i--;) {// Do something}
2015 Mar 18
2
[LLVMdev] GSoC:Loop Reversal Transformation
...from investigating this optimization! I'm just > a little sceptical of the benchmark you posted! > > Best regards, > > Matt > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150318/ecd31c8c/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: Compare.xlsx Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet Size: 276128 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150318/...