[Mlir-commits] [mlir] [MLIR][scp.parallel] Don't allow a tile size of 0 (PR #68762)

Matthias Springer llvmlistbot at llvm.org
Sat Oct 21 16:13:52 PDT 2023


================
@@ -0,0 +1,8 @@
+// RUN: mlir-opt %s -pass-pipeline='builtin.module(func.func(scf-parallel-loop-tiling{parallel-loop-tile-sizes=0,0}))' -split-input-file -verify-diagnostics
+
+// XFAIL: *
----------------
matthias-springer wrote:

You can check the expected error message with `// expected-error @below{{error message}}`

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


More information about the Mlir-commits mailing list