[PATCH] D33139: AMDGPU/SI: Move the local memory usage related checking after calling convention checking in PromoteAlloca
Changpeng Fang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 18 10:06:15 PDT 2017
cfang updated this revision to Diff 99453.
cfang added a comment.
Remove an incorrect debug message! Actually we do not need a debug message at the caller site for tryPromoteAllocaToVector because
in function tryPromoteAllocaToVector, debug message was dumped for every cases.
https://reviews.llvm.org/D33139
Files:
lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
test/CodeGen/AMDGPU/vector-alloca.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33139.99453.patch
Type: text/x-patch
Size: 11217 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170518/c3da638e/attachment.bin>
More information about the llvm-commits
mailing list