We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d943379 commit a91517bCopy full SHA for a91517b
llvm/lib/Transforms/Utils/ScalarEvolutionExpander.cpp
@@ -1254,7 +1254,8 @@ Value *SCEVExpander::tryToReuseLCSSAPhi(const SCEVAddRecExpr *S) {
1254
if (!isa<SCEVConstant, SCEVUnknown>(Op))
1255
continue;
1256
1257
- assert(Diff->getType()->isIntegerTy() && "difference must be of integer type");
+ assert(Diff->getType()->isIntegerTy() &&
1258
+ "difference must be of integer type");
1259
Value *DiffV = expand(Diff);
1260
Value *BaseV = &PN;
1261
if (PhiTy->isPointerTy()) {
0 commit comments