From 894a1b1739bedbc55ca090d770b0bed95a4d8a3a Mon Sep 17 00:00:00 2001 From: Jim Grosbach Date: Tue, 5 Oct 2010 01:00:42 +0000 Subject: [PATCH] s/The ARM has/The ARM backend has/ git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115584 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 820fb3cdb33..0b638b32978 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -879,8 +879,9 @@ it run faster:

variables can be accessed via same base address) and potentially reducing register pressure. -
  • The ARM has received many minor improvements and tweaks which lead to -substantially better performance in a wide range of different scenarios.
  • +
  • The ARM backend has received many minor improvements and tweaks which lead + to substantially better performance in a wide range of different scenarios. +
  • The ARM NEON intrinsics have been substantially reworked to reduce redundancy and improve code generation. Some of the major changes are: