[all-commits] [llvm/llvm-project] d04147: [AMDGPU] Remove assertion on S1024 SGPR to VGPR spill
Carl Ritson via All-commits
all-commits at lists.llvm.org
Fri May 29 19:17:11 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d04147789ff0b838f9dd6c592207d5f70bc0d025
https://github.com/llvm/llvm-project/commit/d04147789ff0b838f9dd6c592207d5f70bc0d025
Author: Carl Ritson <carl.ritson at amd.com>
Date: 2020-05-30 (Sat, 30 May 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
M llvm/test/CodeGen/AMDGPU/spill-wide-sgpr.ll
Log Message:
-----------
[AMDGPU] Remove assertion on S1024 SGPR to VGPR spill
Summary:
Replace an assertion that blocks S1024 SGPR to VGPR spill.
The assertion pre-dates S1024 and is not wave size dependent.
Reviewers: arsenm, sameerds, rampitec
Reviewed By: arsenm
Subscribers: qcolombet, kzhuravl, jvesely, wdng, nhaehnle, yaxunl, dstuttard, tpr, t-tye, hiraditya, kerbowa, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D80783
More information about the All-commits
mailing list