[PATCH] D102764: [IR] Prefer not to delete blocks that have their address taken
Jessica Clarke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 19 06:01:56 PDT 2021
jrtc27 added a comment.
What about something like https://godbolt.org/z/EzWhhdd5a? The evil address-of-label/indirect-goto GNU extension makes it possible to generate this kind of thing in C, it's not just buggy IR generation.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102764/new/
https://reviews.llvm.org/D102764
More information about the llvm-commits
mailing list