diff options
author | Chris Lattner <sabre@nondot.org> | 2010-03-17 06:42:25 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-03-17 06:42:25 +0000 |
commit | 15a061194e7e26422b247e98d0c86256fe458632 (patch) | |
tree | d2efa000b8ce430afae7610f02762b29c7b052b3 /docs | |
parent | dc910080fadd6429c02fdb460ee30cba3f3979ef (diff) | |
download | external_llvm-15a061194e7e26422b247e98d0c86256fe458632.zip external_llvm-15a061194e7e26422b247e98d0c86256fe458632.tar.gz external_llvm-15a061194e7e26422b247e98d0c86256fe458632.tar.bz2 |
combiner-aa too, what's its status?
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98715 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ReleaseNotes.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 7f6ad47..bbbf141 100644 --- a/docs/ReleaseNotes.html +++ b/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?) |