[PATCH] D69977: [InstCombine] avoid crash from deleting an instruction that still has uses (PR43723)
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 8 14:43:18 PST 2019
spatel updated this revision to Diff 228520.
spatel marked 2 inline comments as done.
spatel added a comment.
Patch updated:
Don't put an unexpected llvm.invariant.start in the kill list to begin with.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69977/new/
https://reviews.llvm.org/D69977
Files:
llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
llvm/test/Transforms/InstCombine/builtin-object-size-ptr.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69977.228520.patch
Type: text/x-patch
Size: 4163 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191108/a2bd3e79/attachment.bin>
More information about the llvm-commits
mailing list