[PATCH] D77188: Fix lifetime call in landingpad blocking Simplifycfg pass
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 9 17:07:27 PDT 2020
jdoerfert added subscribers: lebedev.ri, jdoerfert.
jdoerfert added a comment.
> By @lebedev.ri via email:
> This likely should ideally also look past new attribute bundles/ephemeral values?
I agree. We need to unify these things instead of matching them explicitly, asking for droppable or ephemeral values. The interface is probably needs to provide some choices, e.g., for debug information, but I think by default treating all intrinsics we can safely remove as droppable should get as almost there.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77188/new/
https://reviews.llvm.org/D77188
More information about the llvm-commits
mailing list