mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-04 06:09:05 +00:00
Add a comment about how Imm can be used for loop-variant values.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65147 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
474479fce7
commit
33e3a36f0a
@ -666,7 +666,8 @@ namespace {
|
||||
|
||||
/// Imm - The immediate value that should be added to the base immediately
|
||||
/// before Inst, because it will be folded into the imm field of the
|
||||
/// instruction.
|
||||
/// instruction. This is also sometimes used for loop-variant values that
|
||||
/// must be added inside the loop.
|
||||
SCEVHandle Imm;
|
||||
|
||||
/// Phi - The induction variable that performs the striding that
|
||||
|
Loading…
Reference in New Issue
Block a user