Author: Jonas Paulsson
Date: 2023-02-01T17:38:48+01:00
New Revision: ca7d6a62b68876c6c6bdb19b207413e34535ca19

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

LOG: SystemZ release notes

Reviewed By: Ulrich Weigand

Differential Revision: https://reviews.llvm.org/D142987

Added: 
    

Modified: 
    llvm/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index 90c682fd9c7a..239d9e3b4374 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -203,6 +203,13 @@ Changes to the RISC-V Backend
   LoopStrengthReduce for loops with i32 induction variables, among other
   optimizations.
 
+Changes to the SystemZ Backend
+------------------------------
+
+* The datalayout string now only depends on the target triple as expected.
+* The GNU attribute for a visible vector ABI is now emitted.
+* Align 128 bit integers to 8 bytes only, per the ABI.
+
 Changes to the WebAssembly Backend
 ----------------------------------
 


        
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to