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

Andrzej WarzyƄski llvmlistbot at llvm.org
Thu Mar 7 13:45:02 PST 2024


================
@@ -0,0 +1,137 @@
+// RUN: mlir-opt %s -test-affine-reify-value-bounds -cse -verify-diagnostics \
+// RUN:   -verify-diagnostics -split-input-file | FileCheck %s
----------------
banach-space wrote:

Many of these tests don't make sense unless you know that `vscale` is within the `(1, 16)` range and IMHO that information should be available in this test file. Either as a comment or, better, a flag (or a couple of flags) passed to `mlir-opt`. WDYT?

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


More information about the Mlir-commits mailing list