"lldb/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "2b3a0c4bcf54b6dd9ff962babfee688e300039b6"
[SCEV] Fix issues found during the review of r251283. NFC.
Summary: Replace (const SCEVAddRecExpr *) with cast<SCEVAddRecExpr>. Rename SCEVApplyRewriter to SCEVLoopAddRecRewriter (which is a more appropriate name) since the description is "takes a scalar evolution expression and applies the Map (Loop -> SCEV) to all AddRecExprs." Subscribers: llvm-commits, sanjoy Differential Revision: http://reviews.llvm.org/D14065 llvm-svn: 251292
Loading
Please register or sign in to comment