[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 12:20:54 PST 2018


scott.linder updated this revision to Diff 172825.
scott.linder retitled this revision from "Update CallSite docs and add a new function (NFC)" to "Clarify definition of "indirect call" in CallSite".
scott.linder edited the summary of this revision.
scott.linder added a comment.
Herald added subscribers: nhaehnle, jvesely, arsenm.

I still think disambiguating "indirect call" in LLVM is worthwhile, so here is another attempt at addressing feedback.


https://reviews.llvm.org/D52894

Files:
  include/llvm/Analysis/IndirectCallSiteVisitor.h
  include/llvm/Analysis/NonConstantCallSiteVisitor.h
  include/llvm/IR/CallSite.h
  lib/Analysis/IndirectCallPromotionAnalysis.cpp
  lib/CodeGen/WinEHPrepare.cpp
  lib/IR/Verifier.cpp
  lib/Target/AMDGPU/AMDGPUFixFunctionBitcasts.cpp
  lib/Transforms/IPO/SampleProfile.cpp
  lib/Transforms/InstCombine/InstCombineCalls.cpp
  lib/Transforms/Instrumentation/CGProfile.cpp
  lib/Transforms/Instrumentation/IndirectCallPromotion.cpp
  lib/Transforms/Instrumentation/PGOInstrumentation.cpp
  lib/Transforms/Utils/InlineFunction.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52894.172825.patch
Type: text/x-patch
Size: 11886 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181106/17003deb/attachment.bin>


More information about the llvm-commits mailing list