mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-07 12:28:24 +00:00
reword my incoherent babble into something that makes sense
from Wesley Peck! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102096 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -760,8 +760,8 @@ href="http://blog.llvm.org/2010/04/arm-advanced-simd-neon-intrinsics-and.html">
|
|||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>The optimizer uses the new CodeMetrics class to measure the size of code.
|
<li>The optimizer uses the new CodeMetrics class to measure the size of code.
|
||||||
Various passes that use thing (like the inliner, loop unswitcher, etc) all
|
Various passes (like the inliner, loop unswitcher, etc) all use this to make
|
||||||
use this to make more accurate estimates of the code size impact of various
|
more accurate estimates of the code size impact of various
|
||||||
optimizations.</li>
|
optimizations.</li>
|
||||||
<li>A new <a href="http://llvm.org/doxygen/InstructionSimplify_8h-source.html">
|
<li>A new <a href="http://llvm.org/doxygen/InstructionSimplify_8h-source.html">
|
||||||
llvm/Analysis/InstructionSimplify.h</a> interface is available for doing
|
llvm/Analysis/InstructionSimplify.h</a> interface is available for doing
|
||||||
|
Reference in New Issue
Block a user