[Mlir-commits] [mlir] [mlir][Linalg] Refine how broadcast dims are treated (PR #99015)

Diego Caballero llvmlistbot at llvm.org
Fri Jul 19 15:33:43 PDT 2024


================
@@ -579,6 +591,17 @@ SmallVector<int64_t, 4> AffineMap::compose(ArrayRef<int64_t> values) const {
   return res;
 }
 
+size_t AffineMap::numOfZeroResults() const {
----------------
dcaballe wrote:

nit: `getNum...`

https://github.com/llvm/llvm-project/pull/99015


More information about the Mlir-commits mailing list