[all-commits] [llvm/llvm-project] 3998a8: [AMDGPU] Do not attempt sgpr spills to vgpr, when ...
RamNalamothu via All-commits
all-commits at lists.llvm.org
Fri Mar 5 09:17:54 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3998a8e79761fa4bb67c14d9c7720a64423f4a99
https://github.com/llvm/llvm-project/commit/3998a8e79761fa4bb67c14d9c7720a64423f4a99
Author: RamNalamothu <VenkataRamanaiah.Nalamothu at amd.com>
Date: 2021-03-05 (Fri, 05 Mar 2021)
Changed paths:
M llvm/lib/Target/AMDGPU/SILowerSGPRSpills.cpp
M llvm/test/CodeGen/AMDGPU/frame-setup-without-sgpr-to-vgpr-spills.ll
Log Message:
-----------
[AMDGPU] Do not attempt sgpr spills to vgpr, when it is disabled
This covers a path missed in https://reviews.llvm.org/D95768.
Reviewed By: arsenm
Differential Revision: https://reviews.llvm.org/D98013
More information about the All-commits
mailing list