================
@@ -78,10 +78,7 @@ void foo(void) {
   for (int i = 0; i < 16; i++)
     ;
 
-#pragma omp metadirective when(user = {condition(0)}   \
-                              : parallel for) otherwise()
-  for (int i=0; i<10; i++)
-    ;
+
----------------
alexey-bataev wrote:

Why moved the test cases? and why a guard is required?

https://github.com/llvm/llvm-project/pull/128640
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to