[PATCH] D52894: Clarify definition of "indirect call" in CallSite

Scott Linder via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 6 13:59:34 PST 2018


scott.linder added a comment.

In https://reviews.llvm.org/D52894#1289265, @efriedma wrote:

> Please rebase on top of https://reviews.llvm.org/D52537 .


Is `CallSite` being superceded by `CallBase`? Also, from the linked patch it seems like my assumption that `getCalledValue()` cannot return null is invalid? Is this true for both `CallSite` and `CallBase`?


https://reviews.llvm.org/D52894





More information about the llvm-commits mailing list