This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Tune inlining parameters for AMDGPU target (part 2)
ClosedPublic

Authored by dfukalov on Nov 18 2019, 5:44 AM.

Details

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.

Diff Detail

Event Timeline

dfukalov created this revision.Nov 18 2019, 5:44 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 18 2019, 5:44 AM
This revision is now accepted and ready to land.Nov 18 2019, 12:35 PM
This revision was automatically updated to reflect the committed changes.