This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Switch barrier intrinsics to using convergent
ClosedPublic

Authored by arsenm on Dec 16 2015, 3:55 PM.

Details

Reviewers
tstellarAMD
Summary

noduplicate prevents unrolling of small loops that happen to have
barriers in them. If a loop has a barrier in it, it is OK to duplicate
it for the unroll.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 43079.Dec 16 2015, 3:55 PM
arsenm retitled this revision from to AMDGPU: Switch barrier intrinsics to using convergent.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
tstellarAMD accepted this revision.Dec 17 2015, 7:11 AM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Dec 17 2015, 7:11 AM
arsenm closed this revision.Dec 18 2015, 5:50 PM

r256075