This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Increase max iterations count to analyze complete unroll
ClosedPublic

Authored by dfukalov on Jun 4 2020, 4:38 PM.

Details

Summary

In some cases inner loops may not get boosts so try to analyze them deeper.

Diff Detail

Event Timeline

dfukalov created this revision.Jun 4 2020, 4:38 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 4 2020, 4:38 PM
dfukalov updated this revision to Diff 268626.Jun 4 2020, 4:50 PM

fixing lint message

Harbormaster completed remote builds in B59169: Diff 268626.
rampitec added inline comments.Jun 5 2020, 10:56 AM
llvm/test/Transforms/LoopUnroll/AMDGPU/unroll-analyze-small-loops.ll
8

Please run opt -instnamer on the test.

dfukalov updated this revision to Diff 268948.Jun 5 2020, 3:03 PM

test updated as requested

dfukalov marked an inline comment as done.Jun 5 2020, 3:04 PM
rampitec accepted this revision.Jun 5 2020, 3:12 PM

LGTM

This revision is now accepted and ready to land.Jun 5 2020, 3:12 PM
arsenm added inline comments.Jun 5 2020, 3:50 PM
llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
82

Spelling Analize

dfukalov updated this revision to Diff 269010.Jun 6 2020, 4:13 AM

fixed spelling

dfukalov marked an inline comment as done.Jun 6 2020, 6:29 AM
This revision was automatically updated to reflect the committed changes.