diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 91f312e04ff1f7266ed0600ab7cea9f382b01378..ea29ccee978d1cd84803d8ed875deac04968eef0 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -467,8 +467,8 @@ Release Notes. includes a few major enhancements and additions to the optimizers:
Loop Vectorizer - We've added a basic loop vectorizer and we are now able - to vectorize small loops. In this release the loop vectorizer is only - available using the stand alone command line tools.
+ to vectorize small loops. The loop vectorizer is disabled by default and + can be enabled using the -mllvm -vectorize flags.