[PATCH] D142987: ReleaseNotes: add SystemZ notes

Jonas Paulsson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 31 08:11:42 PST 2023


jonpa created this revision.
jonpa added reviewers: tstellar, uweigand.
Herald added a project: All.
jonpa requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

SystemZ release notes for LLVM 16.


https://reviews.llvm.org/D142987

Files:
  llvm/docs/ReleaseNotes.rst


Index: llvm/docs/ReleaseNotes.rst
===================================================================
--- llvm/docs/ReleaseNotes.rst
+++ llvm/docs/ReleaseNotes.rst
@@ -203,6 +203,12 @@
   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.
+
 Changes to the WebAssembly Backend
 ----------------------------------
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142987.493625.patch
Type: text/x-patch
Size: 559 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230131/02888e78/attachment.bin>


More information about the llvm-commits mailing list