git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@310259
91177308-0d34-0410-b5e6-
96231b3b80d8
unsigned getAddressComputationCost(Type *Tp, ScalarEvolution *,
const SCEV *) {
- return 0;
+ return 0;
}
unsigned getArithmeticReductionCost(unsigned, Type *, bool) { return 1; }
APInt StrideVal = Step->getAPInt();
if (StrideVal.getBitWidth() > 64)
return false;
- // FIXME: need to take absolute value for negtive stride case
+ // FIXME: Need to take absolute value for negative stride case.
return StrideVal.getSExtValue() < MergeDistance;
}
};