[Openmp-commits] [clang] [llvm] [mlir] [openmp] [LoopTiling][Clang][MLIR] Canonical Intra-tile Loops (PR #191114)
Michael Kruse via Openmp-commits
openmp-commits at lists.llvm.org
Tue May 26 08:59:35 PDT 2026
================
@@ -101,7 +101,7 @@ void func() {
for (int j = 0; j < i; ++j)
;
- // expected-error at +5 {{expected 3 for loops after '#pragma omp for', but found only 2}}
+ // expected-error@* {{expected 3 for loops after '#pragma omp for', but found only 2}}
----------------
Meinersbur wrote:
Why this change? This PR should make that error go away.
https://github.com/llvm/llvm-project/pull/191114
More information about the Openmp-commits
mailing list