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