This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Don't align callable functions to 256
ClosedPublic

Authored by arsenm on Mar 29 2017, 12:49 PM.

Details

Reviewers
nhaehnle

Diff Detail

Event Timeline

arsenm created this revision.Mar 29 2017, 12:49 PM
arsenm updated this revision to Diff 93398.Mar 29 2017, 12:49 PM

Add new test

nhaehnle accepted this revision.Apr 19 2017, 9:10 AM

There might be a benefit to choosing a larger alignment, like 64 bytes, due to cache line alignment.

Apart from that, LGTM.

This revision is now accepted and ready to land.Apr 19 2017, 9:10 AM
arsenm closed this revision.Apr 19 2017, 10:55 AM

r300720