[PATCH] D56183: [CallSite removal] Port `IndirectCallSiteVisitor` to use `CallBase` and update client code.
Chandler Carruth via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 31 20:02:23 PST 2018
chandlerc created this revision.
Herald added subscribers: hiraditya, mcrosier, sanjoy.
Also rename it to use the more generic term `call` instead of something
that could be confused with a praticular type.
Depends on D56182 <https://reviews.llvm.org/D56182>.
Repository:
rL LLVM
https://reviews.llvm.org/D56183
Files:
llvm/include/llvm/Analysis/IndirectCallSiteVisitor.h
llvm/include/llvm/Analysis/IndirectCallVisitor.h
llvm/include/llvm/IR/InstrTypes.h
llvm/lib/Analysis/IndirectCallPromotionAnalysis.cpp
llvm/lib/IR/Instructions.cpp
llvm/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp
llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56183.179788.patch
Type: text/x-patch
Size: 8122 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190101/a898da02/attachment.bin>
More information about the llvm-commits
mailing list