diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 2453f6c3dff..146f4d2134e 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -249,7 +249,9 @@ and rewrote ADCE to be simpler faster, and not need control dependence. pulled out of instcombine and put into a new ValueTracking.h file, where they can be reused by other passes. -
  • MarkModRef etc
  • +
  • The new AddReadAttrs pass works out which functions are read-only or +read-none (these correspond to 'pure' and 'const' in C) and marks them +with the appropriate attribute.