[PATCH] D31476: AMDGPU: Don't align callable functions to 256

Nicolai Hähnle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 19 09:10:52 PDT 2017


nhaehnle accepted this revision.
nhaehnle added a comment.
This revision is now accepted and ready to land.

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

Apart from that, LGTM.


https://reviews.llvm.org/D31476





More information about the llvm-commits mailing list