[all-commits] [llvm/llvm-project] 3604fd: [AMDGPU] Do not assume stack size for PAL code obj...
Baptiste Saleil via All-commits
all-commits at lists.llvm.org
Mon Jun 12 07:15:33 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3604fdf18d351a8627611c343e522912e3486f77
https://github.com/llvm/llvm-project/commit/3604fdf18d351a8627611c343e522912e3486f77
Author: Baptiste <baptiste.saleil at amd.com>
Date: 2023-06-12 (Mon, 12 Jun 2023)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUResourceUsageAnalysis.cpp
A llvm/test/CodeGen/AMDGPU/resource-usage-pal.ll
Log Message:
-----------
[AMDGPU] Do not assume stack size for PAL code object indirect calls
There is no need to set a big default stack size for PAL code object indirect
calls. The driver knows the max recursion depth, so it can compute a more
accurate value from the minimum scratch size.
Reviewed By: arsenm
Differential Revision: https://reviews.llvm.org/D150609
More information about the All-commits
mailing list