Displaying 1 result from an estimated 1 matches for "b75cd574".
Did you mean:
7b5dc574
2009 Jan 16
1
[LLVMdev] Loop elimination with floating point counter.
On Jan 14, 2009, at 5:11 AM, Syoyo Fujita wrote:
> Thanks for many comments.
>
> The loop with finite fp values(which could be representable in IEEE754
> fp format) such like,
Sure, LLVM could definitely do this. If you're interested, I'd
suggest starting by extending the existing code that we have to do
this. The existing code just handles increments by unit constants,