[clang] [llvm] [mlir] [openmp] [Clang][OpenMP] Canonicalize Intra-tiles in Loop Tiling (PR #191114)
Michael Kruse via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 6 06:45:48 PDT 2026
================
@@ -0,0 +1,32 @@
+// RUN: %libomp-cxx-compile-and-run | FileCheck %s --match-full-lines
+
+// XFAIL: *
+// collapse(3) through stacked tiles is not supported.
----------------
Meinersbur wrote:
If unsupported, it should report a compiler error, not silently miscompile.
https://github.com/llvm/llvm-project/pull/191114
More information about the cfe-commits
mailing list