mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
Describe MachineMemOperands.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52105 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
eedf6fe581
commit
fd0d22e638
@ -365,7 +365,12 @@ which allows us to implement more aggressive algorithms and make it run
|
||||
faster:</p>
|
||||
|
||||
<ul>
|
||||
<li>MemOperand in the code generator: describe me!.</li>
|
||||
<li>The code generator now has support for carrying information about memory
|
||||
references throughout the entire code generation process, via the
|
||||
<a href="http://llvm.org/doxygen/classllvm_1_1MachineMemOperand.html">
|
||||
MachineMemOperand</a> class. In the future this will be used to improve
|
||||
both pre-pass and post-pass scheduling, and to improve compiler-debugging
|
||||
output.</li>
|
||||
|
||||
<li>The target-independent code generator infrastructure now uses LLVM's APInt
|
||||
class to handle integer values, which allows it to support integer types
|
||||
|
Loading…
x
Reference in New Issue
Block a user