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

Chris Lattner sabre at nondot.org
Tue Mar 16 23:42:25 PDT 2010


Author: lattner
Date: Wed Mar 17 01:42:25 2010
New Revision: 98715

URL: http://llvm.org/viewvc/llvm-project?rev=98715&view=rev
Log:
combiner-aa too, what's its status?

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=98715&r1=98714&r2=98715&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Wed Mar 17 01:42:25 2010
@@ -474,6 +474,7 @@
 New SSAUpdater and MachineSSAUpdater classes for unstructured ssa updating,
   changed jump threading, GVN, etc to use it which simplified them and speed
   them up.
+Combiner-AA improvements, why not on by default?
 
 CondProp pass removed (functionality merged into jump threading).
 AndersAA got removed (from 2.7 or mainline?)





More information about the llvm-commits mailing list