[PATCH] D77991: [llvm][NFC] CallSite removal from inliner-related files

Mircea Trofin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 12 20:18:59 PDT 2020


mtrofin created this revision.
mtrofin added reviewers: dblaikie, davidxl, craig.topper.
Herald added subscribers: llvm-commits, kerbowa, aheejin, hiraditya, eraman, nhaehnle, jvesely, arsenm.
Herald added a project: LLVM.

This removes CallSite from inliner files. Some dependencies where thus affected.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D77991

Files:
  llvm/include/llvm/Transforms/IPO/Inliner.h
  llvm/include/llvm/Transforms/Utils/Cloning.h
  llvm/lib/CodeGen/SafeStack.cpp
  llvm/lib/Target/AMDGPU/AMDGPUInline.cpp
  llvm/lib/Transforms/IPO/AlwaysInliner.cpp
  llvm/lib/Transforms/IPO/InlineSimple.cpp
  llvm/lib/Transforms/IPO/Inliner.cpp
  llvm/lib/Transforms/IPO/PartialInlining.cpp
  llvm/lib/Transforms/IPO/SampleProfile.cpp
  llvm/lib/Transforms/Scalar/PlaceSafepoints.cpp
  llvm/lib/Transforms/Utils/InlineFunction.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77991.256911.patch
Type: text/x-patch
Size: 42730 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200413/569222c9/attachment-0001.bin>


More information about the llvm-commits mailing list