[PATCH] D75058: [mlir] simplify affine maps and operands in affine.min/max

River Riddle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 24 09:17:12 PST 2020


rriddle added inline comments.


================
Comment at: mlir/include/mlir/Dialect/AffineOps/AffineOps.td:246
+    [{
+      build(builder, result, builder->  getIndexType(), affineMap, mapOperands);
+    }]>
----------------
Weird spacing? `builder->  getIndexType()`


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75058/new/

https://reviews.llvm.org/D75058





More information about the llvm-commits mailing list