[all-commits] [llvm/llvm-project] fd1d60: [AMDGPU] Remove CC exception for Promote Alloca Li...
Pierre van Houtryve via All-commits
all-commits at lists.llvm.org
Wed Apr 12 23:48:48 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fd1d60873fdce6e908c9865ddf925f2616fccd55
https://github.com/llvm/llvm-project/commit/fd1d60873fdce6e908c9865ddf925f2616fccd55
Author: pvanhout <pierre.vanhoutryve at amd.com>
Date: 2023-04-13 (Thu, 13 Apr 2023)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
M llvm/test/CodeGen/AMDGPU/vector-alloca-limits.ll
Log Message:
-----------
[AMDGPU] Remove CC exception for Promote Alloca Limits
Apparently it was used to work around some issue that has been fixed.
Removing it helps with high scratch usage observed in some cases due to failed alloca promotion.
Reviewed By: rampitec
Differential Revision: https://reviews.llvm.org/D145586
More information about the All-commits
mailing list