[llvm-branch-commits] [llvm] ca7d6a6 - SystemZ release notes

Jonas Paulsson via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Feb 1 08:40:01 PST 2023


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
 ----------------------------------
 


        


More information about the llvm-branch-commits mailing list