File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -3315,7 +3315,7 @@ enum class MonotonicityType {
3315
3315
// /< cause signed wrap.
3316
3316
Constant, // /< The expression is constant. If a SCEV is classified as
3317
3317
// /< Constant, it also implies that it doesn't contain any
3318
- // /< arithmetic operations that may cause signed wrap.
3318
+ // /< arithmetic operations that may cause signed wrap.
3319
3319
Monotonic, // /< The expression is monotonically increasing or decreasing. This
3320
3320
// /< is exclusive of Constant. That is, we say an SCEV is Monotonic
3321
3321
// /< iff it contains at least one AddRec where its step reccurence
@@ -3818,9 +3818,6 @@ bool DependenceInfo::tryDelinearizeParametricSize(
3818
3818
for (size_t I = 1 ; I < Size; ++I) {
3819
3819
const Loop *OutermostLoop =
3820
3820
LI->getLoopFor (Src->getParent ())->getOutermostLoop ();
3821
- IntegerType *Ty = cast<IntegerType>(Sizes[I - 1 ]->getType ());
3822
- if (!Ty)
3823
- return false ;
3824
3821
3825
3822
MonotonicityType SrcMonotonicity =
3826
3823
SCEVSignedMonotonicityChecker (SE, OutermostLoop, SrcPtr)
You can’t perform that action at this time.
0 commit comments