[Mlir-commits] [mlir] [mlir][affine] Check the input vector sizes to be greater than 0 (PR #65293)
Sergei Grechanik
llvmlistbot at llvm.org
Fri Sep 22 08:08:28 PDT 2023
================
@@ -0,0 +1,9 @@
+// RUN: mlir-opt %s -verify-diagnostics --affine-super-vectorize=virtual-vector-size=0
+
----------------
sergei-grechanik wrote:
Maybe rename this file to something like invalid-zero-size.mlir since it will be hard to use it to test anything else.
https://github.com/llvm/llvm-project/pull/65293
More information about the Mlir-commits
mailing list