[PATCH] D78083: [CallSite removal][TargetLibraryInfo] Replace ImmutableCallSite with CallBase in one of the getLibFunc signatures.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 14 00:29:28 PDT 2020


craig.topper updated this revision to Diff 257208.
craig.topper added a comment.

Remove include of CallSite.h from TargetLibraryInfo.h. Fix transitive include issues.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78083

Files:
  llvm/include/llvm/Analysis/TargetLibraryInfo.h
  llvm/lib/CodeGen/ExpandMemCmp.cpp
  llvm/lib/Transforms/IPO/PruneEH.cpp
  llvm/lib/Transforms/IPO/SampleProfile.cpp
  llvm/lib/Transforms/Scalar/CallSiteSplitting.cpp
  llvm/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
  llvm/lib/Transforms/Utils/CloneFunction.cpp
  llvm/lib/Transforms/Utils/Local.cpp
  llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
  llvm/unittests/Analysis/CGSCCPassManagerTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78083.257208.patch
Type: text/x-patch
Size: 5471 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200414/a16f2581/attachment.bin>


More information about the llvm-commits mailing list