[all-commits] [llvm/llvm-project] a7ed55: [AMDGPU] Simplify getReservedNumSGPRs
Madhur via All-commits
all-commits at lists.llvm.org
Wed Jun 30 03:50:00 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a7ed55f64c5fdce9af3257458779402fb9de1f8b
https://github.com/llvm/llvm-project/commit/a7ed55f64c5fdce9af3257458779402fb9de1f8b
Author: madhur13490 <Madhur.Amilkanthwar at amd.com>
Date: 2021-06-30 (Wed, 30 Jun 2021)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUSubtarget.cpp
Log Message:
-----------
[AMDGPU] Simplify getReservedNumSGPRs
This is a followup patch on D103636 where
it seemed checking on amdgpu-calls and
amdgpu-stack-objects is unnecessary. Removing these
checks didn't regress any tests functionally.
Reviewed By: arsenm
Differential Revision: https://reviews.llvm.org/D104513
More information about the All-commits
mailing list