[all-commits] [llvm/llvm-project] 6fd11b: [AMDGPU] Tune inlining parameters for AMDGPU targe...
Daniil Fukalov via All-commits
all-commits at lists.llvm.org
Tue Nov 19 05:33:21 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6fd11b14f604914df4f777f4c7ff20dbbc50877b
https://github.com/llvm/llvm-project/commit/6fd11b14f604914df4f777f4c7ff20dbbc50877b
Author: dfukalov <daniil.fukalov at amd.com>
Date: 2019-11-19 (Tue, 19 Nov 2019)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUInline.cpp
M llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
M llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h
M llvm/test/CodeGen/AMDGPU/amdgpu-inline.ll
M llvm/test/Transforms/LoopUnroll/AMDGPU/unroll-for-private.ll
Log Message:
-----------
[AMDGPU] Tune inlining parameters for AMDGPU target (part 2)
Summary:
Most of IR instructions got better code size estimations after commit 47a5c36b.
So default parameters values should be updated to improve inlining and
unrolling for the target.
Reviewers: rampitec, arsenm
Reviewed By: rampitec
Subscribers: kzhuravl, jvesely, wdng, nhaehnle, yaxunl, dstuttard, tpr, t-tye, hiraditya, zzheng, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D70391
More information about the All-commits
mailing list