Displaying 2 results from an estimated 2 matches for "58e64972".
Did you mean:
564972
2013 May 14
0
[LLVMdev] Implicit basic block labels?
...ild goose chase to
choose a good location to document this strange behavior (in LangRef) so
that another person will be likely to find it.
-- Sean Silva
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130514/58e64972/attachment.html>
2013 May 13
2
[LLVMdev] Implicit basic block labels?
Hello,
I only recently started to look at LLVM assembly generated by Clang,
and one of the first thing I saw was like:
define i32 @foo(i32 %a, i32 %b) nounwind {
%1 = tail call i32 @bar(i32 %a) nounwind
%2 = icmp eq i32 %1, 0
br i1 %2, label %5, label %3
; <label>:3 ; preds = %0
%4 = add nsw i32 %b, %a
br label %7
I wondered what ";