[Openmp-commits] [clang] [llvm] [mlir] [openmp] [LoopTiling][Clang][OpenMP] Canonical Intra-tile Loops (PR #191114)

Amit Tiwari via Openmp-commits openmp-commits at lists.llvm.org
Wed Jun 3 03:01:41 PDT 2026


================
@@ -56,7 +56,7 @@ extern "C" void foo4() {
 
 
 extern "C" void foo5() {
-#pragma omp for collapse(3)
+#pragma omp for collapse(2)
----------------
loopacino wrote:

Addressed. Also a added a new test to trigger such cases clang/test/OpenMP/tile_canonical_required_codegen.cpp

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


More information about the Openmp-commits mailing list