[PATCH] D49907: AMDGPU: Stop trying to exend arguments for clover
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 27 01:39:03 PDT 2018
arsenm created this revision.
arsenm added a reviewer: jvesely.
Herald added subscribers: t-tye, tpr, dstuttard, yaxunl, nhaehnle, wdng, kzhuravl.
This was trying to replace i8/i16 arguments with i32, which
was broken and no longer necessary.
https://reviews.llvm.org/D49907
Files:
lib/Target/AMDGPU/AMDGPUISelLowering.cpp
lib/Target/AMDGPU/AMDGPULowerKernelArguments.cpp
test/CodeGen/AMDGPU/kernel-args.ll
test/CodeGen/AMDGPU/lower-kernargs.ll
test/CodeGen/AMDGPU/store-global.ll
test/CodeGen/AMDGPU/store-private.ll
test/CodeGen/AMDGPU/zero_extend.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49907.157654.patch
Type: text/x-patch
Size: 34853 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180727/f26b8f51/attachment.bin>
More information about the llvm-commits
mailing list