[llvm-branch-commits] [llvm] 3fc4317 - AMDGPU: Remove note about spill handling changes

Tobias Hieta via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Aug 8 00:29:48 PDT 2023


Author: Matt Arsenault
Date: 2023-08-08T09:24:24+02:00
New Revision: 3fc4317e3c35a615121035372e4ba57bdd821a7f

URL: https://github.com/llvm/llvm-project/commit/3fc4317e3c35a615121035372e4ba57bdd821a7f
DIFF: https://github.com/llvm/llvm-project/commit/3fc4317e3c35a615121035372e4ba57bdd821a7f.diff

LOG: AMDGPU: Remove note about spill handling changes

This was reverted from the release by
8ff26437cfd37a3611d3b6066e5aa2cf933887e0

Added: 
    

Modified: 
    llvm/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index 52125aca307219..767c4a92c526ea 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -152,9 +152,6 @@ Changes to the AMDGPU Backend
   improves the interaction between AMDGPU buffer operations and the LLVM memory
   model, and so the non `.ptr` intrinsics are deprecated.
 
-* SGPR spilling is now performed to virtual VGPRs. This should avoid
-  some assorted register allocation failures.
-
 * Backend now performs range merging of "amdgpu-waves-per-eu" attribute based on
   known callers.
 


        


More information about the llvm-branch-commits mailing list