diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index c3a06bcd9a5..91f312e04ff 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -510,6 +510,8 @@ Release Notes. We use the lifetime markers to tell the codegen that a certain alloca is used within a region.
+We now merge consecutive loads and stores.
+We have put a significant amount of work into the code generator infrastructure, which allows us to implement more aggressive algorithms and make it run faster: