[PATCH] D49907: AMDGPU: Stop trying to exend arguments for clover

Jan Vesely via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 27 12:14:37 PDT 2018


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

I've been using a version of this locally and it fixes most, but not all tests with char/uchar/short/ushort kernel arguments.
I thought that fixing the hardcoded alignemnt=4 would help, but it's not enough.
It'll need to be handled separately.

LGTM


https://reviews.llvm.org/D49907





More information about the llvm-commits mailing list