diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index f7d66668986..82038c1143a 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -657,7 +657,8 @@ it run faster:

understand assembly files. This is wired up in llvm-gcc and clang to the -fverbose-asm option. -
  • New LSR with "full strength reduction" mode. FIXME: Description?
  • +
  • New LSR with "full strength reduction" mode, which can reduce address + register pressure in loops where address generation is important.
  • A new codegen level Common Subexpression Elimination pass (MachineCSE) is available and enabled by default. It catches redundancies exposed by