From: Gordon Henriksen Date: Sun, 8 Jun 2008 22:05:11 +0000 (+0000) Subject: Revert a bad edit from r52095. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=7e59b8ade9d0b2d54feb1114fa3ad789bd9c4177;p=oota-llvm.git Revert a bad edit from r52095. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52103 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 0dec04fde34..1e05ac7bea7 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -320,7 +320,7 @@ for (i = LB; i < NUB; ++i) -
  • LLVM includes a new memcpy optimization pass removes +
  • LLVM includes a new memcpy optimization pass which removes dead memcpy calls, unneeded copies of aggregates, and performs return slot optimization. The LLVM optimizer now notices long sequences of consecutive stores and merges them into memcpy's where profitable.