[PATCH] D69349: [InlineCost] Fix infinite loop in indirect call evaluation

Fedor Sergeev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 12 09:32:46 PST 2019


fedor.sergeev accepted this revision.
fedor.sergeev added a comment.
This revision is now accepted and ready to land.

> The change you suggest, doesn't cause the crash.

would you mind to add that test here?
It should exercise a path of logic where argument comes through SimplifiedValues, so it is worth having it.

Anyway, LGTM.


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

https://reviews.llvm.org/D69349





More information about the llvm-commits mailing list