diff options
author | Sebastian Neubauer <sebastian.neubauer@amd.com> | 2021-04-08 14:00:33 +0200 |
---|---|---|
committer | Sebastian Neubauer <sebastian.neubauer@amd.com> | 2021-04-08 14:52:50 +0200 |
commit | c10cc4ea2729b687757b5932cb568ee6225f6f33 (patch) | |
tree | 9d92d38c3301d488a5727b34d3b51565f0c67996 /clang/lib/Basic/SourceManager.cpp | |
parent | 6fccfd7cbdca0c1184cdb77f92329534ffde544c (diff) | |
download | llvm-c10cc4ea2729b687757b5932cb568ee6225f6f33.zip llvm-c10cc4ea2729b687757b5932cb568ee6225f6f33.tar.gz llvm-c10cc4ea2729b687757b5932cb568ee6225f6f33.tar.bz2 |
[AMDGPU] Fix computing live registers in prolog
ScratchExecCopy needs to be marked as live, we cannot use that register
while EXEC is stored in there.
Marking SGPRForFPSaveRestoreCopy and SGPRForBPSaveRestoreCopy as
available is unnecessary, they should not be live at that point anway.
Differential Revision: https://reviews.llvm.org/D100098
Diffstat (limited to 'clang/lib/Basic/SourceManager.cpp')
0 files changed, 0 insertions, 0 deletions