[PATCH] D128904: Bug fix "GC relocate is incorrectly tied to the statepoint"
Max Kazantsev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 4 23:12:15 PDT 2022
mkazantsev added a comment.
Pls change patch description into smth more verbose, like
Make Verifier recognize undef tokens as correct IR
Undef tokens may appear in unreached code as result of RAUW of some optimization,
and it should not be considered as bad IR.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128904/new/
https://reviews.llvm.org/D128904
More information about the llvm-commits
mailing list