[all-commits] [llvm/llvm-project] 67b9d4: AMDGPU: Delete spills of undef values
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Dec 16 22:03:11 PST 2024
Branch: refs/heads/users/arsenm/amdgpu-delete-spills-of-undef-values
Home: https://github.com/llvm/llvm-project
Commit: 67b9d4836702a28d26bcc8909a21015319f91b5e
https://github.com/llvm/llvm-project/commit/67b9d4836702a28d26bcc8909a21015319f91b5e
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-12-17 (Tue, 17 Dec 2024)
Changed paths:
M llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
M llvm/test/CodeGen/AMDGPU/sgpr-spill-partially-undef.mir
M llvm/test/CodeGen/AMDGPU/spill-agpr-partially-undef.mir
M llvm/test/CodeGen/AMDGPU/vgpr-spill.mir
Log Message:
-----------
AMDGPU: Delete spills of undef values
It would be a bit more logical to preserve the undef and do the normal
expansion, but this is less work. This avoids verifier errors in a
future patch which starts deleting liveness from registers after
allocation failures which results in spills of undef values.
https://reviews.llvm.org/D122607
Commit: 13d828cf7313607b74f509ce7ee3cca136a09f69
https://github.com/llvm/llvm-project/commit/13d828cf7313607b74f509ce7ee3cca136a09f69
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-12-17 (Tue, 17 Dec 2024)
Changed paths:
M llvm/lib/Target/AMDGPU/SILowerSGPRSpills.cpp
M llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
Log Message:
-----------
Move where undef sgpr spills are deleted
Compare: https://github.com/llvm/llvm-project/compare/62956df9c3aa...13d828cf7313
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list