Displaying 2 results from an estimated 2 matches for "d378019b".
2012 Nov 22
0
[LLVMdev] Disable loop unroll pass
...etails, please take a look at
>>
>> http://wiki.open64.net/index.php/Zero_Delay_Loop
>>
>> Thanks
>> Gang
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121123/d378019b/attachment.html>
2012 Nov 22
2
[LLVMdev] Disable loop unroll pass
Hi, Gang:
I remember there were different voices when you check-in the code.
I agree with them although I didn't reply your mail in open64's mailing
list.
In the transformation you illustrate, it involves two operations:
1) promote WHILE-loop into DO-loop (i.e noncountable loop to
countable loop)
2) get rid of trip-count dec/inc and compare.
1) is irrelevant to HW loop.