[all-commits] [llvm/llvm-project] 4aae4e: [llvm][NFC] CallSite removal from inliner-related ...
Mircea Trofin via All-commits
all-commits at lists.llvm.org
Mon Apr 13 21:30:11 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4aae4e3f48b9156755c4cfc7ad63fe2a7029d9d7
https://github.com/llvm/llvm-project/commit/4aae4e3f48b9156755c4cfc7ad63fe2a7029d9d7
Author: Mircea Trofin <mtrofin at mtrofin-macbookpro3.roam.corp.google.com>
Date: 2020-04-13 (Mon, 13 Apr 2020)
Changed paths:
M llvm/include/llvm/Transforms/IPO/Inliner.h
M llvm/include/llvm/Transforms/Utils/Cloning.h
M llvm/lib/CodeGen/SafeStack.cpp
M llvm/lib/Target/AMDGPU/AMDGPUInline.cpp
M llvm/lib/Transforms/IPO/AlwaysInliner.cpp
M llvm/lib/Transforms/IPO/InlineSimple.cpp
M llvm/lib/Transforms/IPO/Inliner.cpp
M llvm/lib/Transforms/IPO/PartialInlining.cpp
M llvm/lib/Transforms/IPO/SampleProfile.cpp
M llvm/lib/Transforms/Scalar/PlaceSafepoints.cpp
M llvm/lib/Transforms/Utils/InlineFunction.cpp
Log Message:
-----------
[llvm][NFC] CallSite removal from inliner-related files
Summary: This removes CallSite from inliner files. Some dependencies where thus affected.
Reviewers: dblaikie, davidxl, craig.topper
Subscribers: arsenm, jvesely, nhaehnle, eraman, hiraditya, aheejin, kerbowa, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D77991
More information about the All-commits
mailing list