[PATCH] D101273: [LazyValueInfo] Insert an Overdefined placeholder to prevent infinite recursion

guopeilin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 27 18:57:15 PDT 2021


guopeilin added a comment.

In D101273#2716235 <https://reviews.llvm.org/D101273#2716235>, @nikic wrote:

> @guopeilin getValueFromCondition() uses a Visited set that should be used to prevent this. You need to insert an Overdefined placeholder into the set before computing the actual value.

A new patch updated, please review.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101273/new/

https://reviews.llvm.org/D101273



More information about the llvm-commits mailing list