[PATCH] D69977: [InstCombine] avoid crash from deleting an instruction that still has uses (PR43723)
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 8 12:16:02 PST 2019
efriedma added a comment.
I'd be more comfortable if we actually verified the uses of the invariant.start.
(As far as I can tell, the other possible instructions/intrinsics are either explicitly handled, or have a void return value.)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69977/new/
https://reviews.llvm.org/D69977
More information about the llvm-commits
mailing list