Displaying 3 results from an estimated 3 matches for "j4zcwy".
2017 Aug 11
2
PHI nodes and connected ICMp
...ed to PHI node I can expect only icmp on one of incoming
> > values or on phi node itself... I tried to come up with some more complex
> > examples but I always receive only these two cases, that is why I am
> asking.
>
> So you could have cases like this: https://godbolt.org/g/j4zcWy
>
> -- Sanjoy
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170811/f11177de/attachment.html>
2017 Aug 13
2
PHI nodes and connected ICMp
...ing
>>> > values or on phi node itself... I tried to come up with some more
>>> complex
>>> > examples but I always receive only these two cases, that is why I am
>>> asking.
>>>
>>> So you could have cases like this: https://godbolt.org/g/j4zcWy
>>>
>>> -- Sanjoy
>>>
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170813/8323a859/attachment.html>
2017 Aug 10
4
PHI nodes and connected ICMp
Hi!
By only two cases I mean , that in exiting block when computing the
condition related to PHI node I can expect only icmp on one of incoming
values or on phi node itself... I tried to come up with some more complex
examples but I always receive only these two cases, that is why I am asking.
This problem still relates to the problem of all induction, cumulative and
so on variables in loop. SCEV