Displaying 2 results from an estimated 2 matches for "getsignedmax".
Did you mean:
  getunsignedmax
  
2012 Feb 27
0
[LLVMdev] How to unroll loop with non-constant boundary
On 27.02.2012, at 18:49, Eli Friedman wrote:
> On Mon, Feb 27, 2012 at 9:30 AM, Benjamin Kramer
> <benny.kra at googlemail.com> wrote:
>> 
>> On 27.02.2012, at 17:13, Николай Лихогруд wrote:
>> 
>>> Dear LLVM,
>>> 
>>>     Consider two loops with one interation -
>>>     First with constant lower bound, second with usual
2012 Feb 27
2
[LLVMdev] How to unroll loop with non-constant boundary
On Mon, Feb 27, 2012 at 9:30 AM, Benjamin Kramer
<benny.kra at googlemail.com> wrote:
>
> On 27.02.2012, at 17:13, Николай Лихогруд wrote:
>
>> Dear LLVM,
>>
>>     Consider two loops with one interation -
>>     First with constant lower bound, second with usual non-constant lower bound:
>>
>>     int main(int argc, char ** argv)
>>     {