[PATCH] D81607: BreakCriticalEdges for callbr indirect dests

Nick Desaulniers via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 17 11:50:58 PDT 2020


nickdesaulniers added a comment.

In D81607#2097105 <https://reviews.llvm.org/D81607#2097105>, @efriedma wrote:

> The following is allowed:
>
>   void foo(void) {
>       static void* a [] = {&&bar};
>       bar:;
>   }
>


*shakes fist*


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81607





More information about the llvm-commits mailing list