mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-21 08:17:40 +00:00
Comments. Thanks for the spell check Nick!
Also, my apologies for spoiling the autocomplete on SimplifyInstructions.cpp. I couldn't think of a better filename. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137229 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -86,7 +86,7 @@ namespace {
|
||||
/// aligned IV when used by a instruction that ignores the low bits.
|
||||
///
|
||||
/// Return the operand of IVOperand for this induction variable if IVOperand can
|
||||
/// be folded (in case more folding opportunity has been exposed).
|
||||
/// be folded (in case more folding opportunities have been exposed).
|
||||
/// Otherwise return null.
|
||||
Value *SimplifyIndvar::foldIVUser(Instruction *UseInst, Instruction *IVOperand) {
|
||||
Value *IVSrc = 0;
|
||||
@@ -293,7 +293,7 @@ static void pushIVUsers(
|
||||
/// isSimpleIVUser - Return true if this instruction generates a simple SCEV
|
||||
/// expression in terms of that IV.
|
||||
///
|
||||
/// This is similar to IVUsers' isInsteresting() but processes each instruction
|
||||
/// This is similar to IVUsers' isInteresting() but processes each instruction
|
||||
/// non-recursively when the operand is already known to be a simpleIVUser.
|
||||
///
|
||||
static bool isSimpleIVUser(Instruction *I, const Loop *L, ScalarEvolution *SE) {
|
||||
|
||||
Reference in New Issue
Block a user