mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-07 12:28:24 +00:00
Wording fixes. Thanks Bill!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52017 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -195,9 +195,9 @@ faster:</p>
|
|||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>MemOperand in the code generator: describe me!.</li>
|
<li>MemOperand in the code generator: describe me!.</li>
|
||||||
<li>Target-independent codegen infastructure now uses LLVM's APInt class for
|
<li>The target-independent code generator infrastructure now uses LLVM's APInt
|
||||||
handling integer values, which allows it to support integer types larger
|
class to handle integer values, which allows it to support integer types
|
||||||
than 64 bits. Note that support for such types is also dependent on
|
larger than 64 bits. Note that support for such types is also dependent on
|
||||||
target-specific support. Use of APInt is also a step toward support for
|
target-specific support. Use of APInt is also a step toward support for
|
||||||
non-power-of-2 integer sizes.</li>
|
non-power-of-2 integer sizes.</li>
|
||||||
<li>Several compile time speedups for code with large basic blocks.</li>
|
<li>Several compile time speedups for code with large basic blocks.</li>
|
||||||
|
Reference in New Issue
Block a user