These method currently takes a SmallVector<AffineExpr> & as an
argument to return the dims as AffineExpr. This creation of
AffineExpr objects is unnecessary.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Dialect/Linalg/IR/LinalgInterfaces.cpp | ||
---|---|---|
641–643 | Since we're here: can you make types explicit here? |
Since we're here: can you make types explicit here?