mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-07 12:30:44 +00:00
[SCEV] Remove commented out code; NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@283056 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d17dee59d1
commit
ca07d004ab
@ -8907,9 +8907,7 @@ const SCEV *SCEVAddRecExpr::getNumIterationsInRange(const ConstantRange &Range,
|
||||
// Range.getUpper() is crossed.
|
||||
SmallVector<const SCEV *, 4> NewOps(op_begin(), op_end());
|
||||
NewOps[0] = SE.getNegativeSCEV(SE.getConstant(Range.getUpper()));
|
||||
const SCEV *NewAddRec = SE.getAddRecExpr(NewOps, getLoop(),
|
||||
// getNoWrapFlags(FlagNW)
|
||||
FlagAnyWrap);
|
||||
const SCEV *NewAddRec = SE.getAddRecExpr(NewOps, getLoop(), FlagAnyWrap);
|
||||
|
||||
// Next, solve the constructed addrec
|
||||
if (auto Roots =
|
||||
|
Loading…
Reference in New Issue
Block a user