CQ bug implemented
authorChris Lattner <sabre@nondot.org>
Thu, 3 Jun 2004 22:35:13 +0000 (22:35 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 3 Jun 2004 22:35:13 +0000 (22:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13996 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index be15bc15dbf5b6e78b08be3977f5175a8ac393ca..196c3ca65b331ab84a29ec4eaa96132abe186afa 100644 (file)
@@ -216,6 +216,10 @@ operators into the strict versions when useful (such as "<tt>if (A &lt; B || A
 <li>LLVM now has infrastructure for (simple and sparse conditional) constant
 propagation of function calls.  It currently supports a few math library
 functions like sqrt/sin/cos/etc.</li>
+
+<li>The C backend now emits <a href="http://llvm.cs.uiuc.edu/PR334">Syntactic
+loops</a> in the code to help C compilers whose optimizers do not recognize 
+loops formed from gotos (like GCC).</li>
 </ol>
 </div>