[llvm-commits] [llvm] r57459 - /llvm/trunk/docs/ReleaseNotes.html

Duncan Sands baldrick at free.fr
Mon Oct 13 11:42:43 PDT 2008


Author: baldrick
Date: Mon Oct 13 13:42:43 2008
New Revision: 57459

URL: http://llvm.org/viewvc/llvm-project?rev=57459&view=rev
Log:
MarkModRef -> AddReadAttrs.

Modified:
    llvm/trunk/docs/ReleaseNotes.html

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=57459&r1=57458&r2=57459&view=diff

==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Mon Oct 13 13:42:43 2008
@@ -249,7 +249,9 @@
 pulled out of instcombine and put into a new ValueTracking.h file, where they
 can be reused by other passes.</li>
 
-<li>MarkModRef etc</li>
+<li>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.</li>
 </ul>
 
 </div>





More information about the llvm-commits mailing list