This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 19f0f50d66e [ORC] Add deprecation warnings to ORCv1 layers and utilities. new 7768f31c04b [AMDGPU] Tune inlining parameters for AMDGPU target
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/Analysis/TargetTransformInfo.h | 16 +++++++++++ include/llvm/Analysis/TargetTransformInfoImpl.h | 2 ++ include/llvm/CodeGen/BasicTTIImpl.h | 2 ++ lib/Analysis/InlineCost.cpp | 11 +------- lib/Analysis/TargetTransformInfo.cpp | 4 +++ lib/Target/AMDGPU/AMDGPUInline.cpp | 2 +- lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h | 4 ++- test/CodeGen/AMDGPU/amdgpu-inline.ll | 7 ----- .../Inline/AMDGPU/inline-amdgpu-vecbonus.ll | 31 ++++++++++++++++++++++ 9 files changed, 60 insertions(+), 19 deletions(-) create mode 100644 test/Transforms/Inline/AMDGPU/inline-amdgpu-vecbonus.ll