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

Matthias Springer via cfe-commits cfe-commits at lists.llvm.org
Sun Oct 22 17:51:50 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:

I didn't know that. Sounds good!

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


More information about the cfe-commits mailing list