CQ bug implemented

llvm-svn: 13996
This commit is contained in:
Chris Lattner 2004-06-03 22:35:13 +00:00
parent e0c83d2566
commit 249b3558bc
1 changed files with 4 additions and 0 deletions

View 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>