Displaying 2 results from an estimated 2 matches for "34eae336".
2017 Aug 10
2
PHI nodes and connected ICMp
Hello,
I have one more question about how phi nodes and their corresponding ICmp
instructions are associated. maybe it is simple, but at first I thought
that we always compare against one of incoming value. Is it true that I
can have only two cases:
%indvars.iv = phi i64 [ %indvars.iv.next, %1 ], [ 0, %0 ]
...
%indvars.iv.next = add nuw nsw i64 %indvars.iv, 1
%exitcond = icmp eq i64
2017 Aug 10
4
PHI nodes and connected ICMp
...; > LLVM Developers mailing list
> > llvm-dev at lists.llvm.org
> > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170810/34eae336/attachment-0001.html>