Files
clang-p2996/mlir/lib/Dialect/Linalg/IR/LinalgInterfaces.cpp
MaheshRavishankar 59442a5460 [mlir][Linalg] Change signature of get(Parallel/Reduce/Window)Dims method.
These method currently takes a SmallVector<AffineExpr> & as an
argument to return the dims as AffineExpr. This creation of
AffineExpr objects is unnecessary.

Differential Revision: https://reviews.llvm.org/D116422
2021-12-30 14:02:15 -08:00

31 KiB