diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 917ca363a82..d48883a7cce 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -149,7 +149,7 @@ optimizer, speeding it up and making it more aggressive. For example:

  • Evan contributed a new target independent if-converter. While it is target independent, so far only the ARM backend uses it.
  • -
  • Evan rewrite the way the register allocator handles rematerialization, +
  • Evan rewrote the way the register allocator handles rematerialization, allowing it to be much more effective on two-address targets like X86, and taught it to fold loads away when possible (also a big win on X86).