From 6184f4db34942822c369fc70be1700c506f111e0 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 17 Mar 2010 06:42:25 +0000 Subject: [PATCH] combiner-aa too, what's its status? llvm-svn: 98715 --- llvm/docs/ReleaseNotes.html | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 7f6ad47f8f4d..bbbf1412587a 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -474,6 +474,7 @@ ARM/Thumb register scavenging improvements? 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?)