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

Justin Fargnoli llvmlistbot at llvm.org
Sun Oct 22 17:27:39 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: *
----------------
justinfargnoli wrote:

It looks like it isn't possible to use `expected-error` to check for an error at an `UnknownLoc`. If this is true, am I good to go forward with using `XFAIL`? 

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


More information about the Mlir-commits mailing list