[PATCH] D114895: [SelectionDagBuilder] improve CallBrInst BlockAddress constraint handling

Bill Wendling via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 8 12:31:40 PST 2021


void added a comment.

In D114895#3178180 <https://reviews.llvm.org/D114895#3178180>, @nickdesaulniers wrote:

> Why?!
>
>   $ cat x.c
>   #include <stdio.h>
>   
>   int main () {
>     void (*foo)(void) = &&bar;
>   bar:
>     printf("lo");
>     foo();
>   }
>   $ clang x.c
>   $ ./a.out
>   lolololololololololololololololololo...

You monster!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D114895



More information about the llvm-commits mailing list