[Mlir-commits] [mlir] [mlir][Vector] Add utility for computing scalable value bounds (PR #83876)

Andrzej WarzyƄski llvmlistbot at llvm.org
Tue Mar 19 10:38:14 PDT 2024


================
@@ -0,0 +1,140 @@
+// RUN: mlir-opt %s -test-affine-reify-value-bounds -cse -verify-diagnostics \
+// RUN:   -verify-diagnostics -split-input-file | FileCheck %s
+
+#fixedDim0Map = affine_map<(d0)[s0] -> (-d0 + 32400, s0)>
----------------
banach-space wrote:

[nit] The names of these maps are quite long - why not `#map_dim_i = affine_map<(d0)[s0] -> (-d0 + 32400, s0)>`? That would be easier to find relevant maps. Same comment for other maps.

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


More information about the Mlir-commits mailing list