[PATCH] D77817: [llvm][NFC] Replace CallSite with CallBase in Inliner

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 9 13:17:55 PDT 2020


davidxl accepted this revision.
davidxl added a comment.

The old CallSite based interface is a mixed bag -- it is passed by value, but behaves like a reference sometimes but also supports 'null/boolean' check which is pointer like.

looks good


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77817





More information about the llvm-commits mailing list