This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix groupstaticsize for large LDS
ClosedPublic

Authored by arsenm on Jul 18 2016, 7:14 PM.

Details

Reviewers
tstellarAMD
Summary

The size can exceed s_movk_i32's limit, and we don't
want to use it this early since it inhibits optimizations.

This should probably be merged to the release branch.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 64440.Jul 18 2016, 7:14 PM
arsenm retitled this revision from to AMDGPU: Fix groupstaticsize for large LDS.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
tstellarAMD accepted this revision.Jul 22 2016, 6:45 AM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Jul 22 2016, 6:45 AM
arsenm closed this revision.Jul 22 2016, 10:11 AM

r276438