diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 22ceb7417b9..54cfa20568d 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -324,6 +324,9 @@ Release Notes. module as a whole to LLVM subsystems.
  • Loads can now have range metadata attached to them to describe the possible values being loaded.
  • +
  • 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.
  • ....