[PATCH] D17308: AMDGPU: Change how alignment is computed for argument lowering

Tom Stellard via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 16 16:00:13 PST 2016


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

LGTM.


================
Comment at: lib/Target/AMDGPU/AMDGPUCallingConv.td:113
@@ -112,2 +112,3 @@
 def CC_AMDGPU_Kernel : CallingConv<[
+//  CCIfType<[i16], CCPromoteToType<i32>>,
   CCCustom<"allocateStack">
----------------
Commented out code.


http://reviews.llvm.org/D17308





More information about the llvm-commits mailing list