<div dir="ltr">I suspect pattern matching "sw.default" will identify these blocks with a reasonable accuracy. The code in clang adding these blocks is in lib/CodeGen/CGStmt.cpp. <div><br></div><div>Jingyue</div></div>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Apr 28, 2014 at 8:06 PM, songlh <span dir="ltr"><<a href="mailto:songlh@cs.wisc.edu" target="_blank">songlh@cs.wisc.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
   I just notice that front-end will add an extra block for switch instruction without default. How could I identify basic blocks added due to this reason?<br>
<br>
   The added codes looks like:<br>
<br>
sw.default.i625:                                  ; preds = %if.end512<br>
  tail call void @fancy_abort(i8* getelementptr inbounds ([38 x i8]* @.str, i64 0, i64 0), i32 3045, i8* getelementptr inbounds ([23 x i8]* @__FUNCTION__.compcode_to_<u></u>comparison, i64 0, i64 0)) #7, !dbg !8046<br>
  unreachable, !dbg !8046<br>
<br>
   Could I get "unreachable" information from metadata?<br>
<br>
   Thanks a lot!<br>
<br>
   Best,<br>
<br>
                                                                                        Linhai<br>
______________________________<u></u>_________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu" target="_blank">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/<u></u>mailman/listinfo/llvmdev</a><br>
</blockquote></div><br></div>