diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 4e953f6b2411..0fd23d0ea76d 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -448,15 +448,14 @@ Release Notes. expose new optimization opportunities:

@@ -481,6 +480,9 @@ Release Notes. post-vectorization cleanup passes. For more information, see the EuroLLVM 2012 slides: Autovectorization with LLVM. +
  • Inline cost heuristics have been completely overhauled and now closely + model constant propagation through call sites, disregard trivially dead + code costs, and can model C++ STL iterator patterns.
  • ....
  • @@ -501,6 +503,9 @@ Release Notes. to the LLVM MC Project Blog Post.