[PATCH] D134427: Fixed bug on token undef/poison in unreachable code
Artur Pilipenko via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 23 14:54:28 PDT 2022
apilipenko added a comment.
This structural constraint (gc.result being tied to a statepoint instruction) can be violated in dead code. We've recently fixed a similar issue for gc.relocates in D128904 <https://reviews.llvm.org/D128904>.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134427/new/
https://reviews.llvm.org/D134427
More information about the llvm-commits
mailing list