mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-14 17:34:41 +00:00
CQ bug implemented
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13996 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
51ae205adf
commit
3bff8f57ae
@ -216,6 +216,10 @@ operators into the strict versions when useful (such as "<tt>if (A < 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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user