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

Dan Gohman gohman at apple.com
Thu Apr 22 13:47:28 PDT 2010


Author: djg
Date: Thu Apr 22 15:47:28 2010
New Revision: 102124

URL: http://llvm.org/viewvc/llvm-project?rev=102124&view=rev
Log:
The post-RA scheduler is currently off by default on x86.

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=102124&r1=102123&r2=102124&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Thu Apr 22 15:47:28 2010
@@ -712,8 +712,6 @@
     registers, making the code generator more aggressive in cases where scalars
     and vector types are mixed.</li>
 
-<li>PostRA scheduler for X86? FIXME: is this on by default in 2.7?</li>
-
 </ul>
 
 </div>





More information about the llvm-commits mailing list