[PATCH] D17110: AMDGPU: Prepare for reducing private element size.

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 12 12:48:18 PST 2016


arsenm updated this revision to Diff 47836.
arsenm added a comment.

Use > 4 instead of >= 8. These should have the same effect because this should only ever be called for legal types


http://reviews.llvm.org/D17110

Files:
  lib/Target/AMDGPU/SIISelLowering.cpp
  test/CodeGen/AMDGPU/private-element-size.ll
  test/CodeGen/AMDGPU/vgpr-spill-emergency-stack-slot-compute.ll
  test/CodeGen/AMDGPU/vgpr-spill-emergency-stack-slot.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17110.47836.patch
Type: text/x-patch
Size: 12818 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160212/83dbe83b/attachment.bin>


More information about the llvm-commits mailing list