[PATCH] D147429: [GuardWidening] Fix the crash while replacing the users of poison.
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 3 03:32:33 PDT 2023
nikic added a comment.
Walking users of ConstantData is not allowed -- you need to fix this in a way that doesn't perform such a walk in the first place (e.g. by bailing of out of those cases early).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147429/new/
https://reviews.llvm.org/D147429
More information about the llvm-commits
mailing list