mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 06:32:24 +00:00
Revert a bad edit from r52095.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52103 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8348b47fde
commit
7e59b8ade9
@ -320,7 +320,7 @@ for (i = LB; i < NUB; ++i)
|
|||||||
</pre>
|
</pre>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>LLVM includes a new <tt>memcpy</tt> optimization pass removes
|
<li>LLVM includes a new <tt>memcpy</tt> optimization pass which removes
|
||||||
dead <tt>memcpy</tt> calls, unneeded copies of aggregates, and performs
|
dead <tt>memcpy</tt> calls, unneeded copies of aggregates, and performs
|
||||||
return slot optimization. The LLVM optimizer now notices long sequences of
|
return slot optimization. The LLVM optimizer now notices long sequences of
|
||||||
consecutive stores and merges them into <tt>memcpy</tt>'s where profitable.</li>
|
consecutive stores and merges them into <tt>memcpy</tt>'s where profitable.</li>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user