search for: f11177de

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

2017 Aug 11
2
PHI nodes and connected ICMp
...ve 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 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