Fix for PR9633 [indvars] Assertion `isa<X>(Val) && "cast<Ty>() argument of...
Fix for PR9633 [indvars] Assertion `isa<X>(Val) && "cast<Ty>() argument of incompatible type!"' failed. Added a type check in ScalarEvolution::computeSCEVAtScope to handle the case in which operands of an AddRecExpr in the current scope are folded. llvm-svn: 130271
Loading
Please register or sign in to comment