[PATCH] D147429: [GuardWidening] Fix the crash while replacing the users of poison.

Serguei Katkov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 3 03:54:30 PDT 2023


skatkov added a comment.

In D147429#4240161 <https://reviews.llvm.org/D147429#4240161>, @nikic wrote:

> 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).

will do, need to think, how to handle it.

By the way, where it is prohibited?


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