Remove dead function

PiperOrigin-RevId: 254507641
This commit is contained in:
Nicolas Vasilache 2019-06-21 18:55:02 -07:00 committed by jpienaar
parent 4a1df48f44
commit 9bcf8e6422
1 changed files with 0 additions and 8 deletions

View File

@ -843,14 +843,6 @@ static SmallVector<AffineExpr, 4> concat(ArrayRef<AffineExpr> a,
return res;
}
static SmallVector<Value *, 8> permuteIvs(ArrayRef<Value *> ivs,
AffineMap permutation,
OperationFolder &state) {
return applyMapToValues(ScopedContext::getBuilder(),
ScopedContext::getLocation(), permutation, ivs,
state);
}
static SmallVector<ValueHandle, 8>
foldedAffineApplies(OpBuilder &b, Location loc, AffineMap map,
ArrayRef<Value *> vals, OperationFolder &folder) {