martong added a comment.

> I don't think any of the issues mentioned in this patch relates to strongly 
> connected components, thus I don't think I can answer to this question.

In your example above, repeated here:

  #6(entry)      #2(goto a;)
   |              |        ^
  #5(goto end;)   |         \
   |             #4(goto b;) |
  #1(end:)        |          |
   |             #3(goto c;) |
  #0(exit)         \________/

[#2, #4, #3] is a strongly connected (and unreachable) component  of the CFG, 
isn't it?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D127874/new/

https://reviews.llvm.org/D127874

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to