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

Justin Fargnoli via cfe-commits cfe-commits at lists.llvm.org
Sun Oct 22 17:27:41 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 cfe-commits mailing list