[Openmp-commits] [openmp] [OpenMP] Support up to 32 arguments in the generic microtask dispatcher (PR #211071)

Sam Clegg via Openmp-commits openmp-commits at lists.llvm.org
Mon Aug 3 08:30:02 PDT 2026


================
@@ -1,10 +1,6 @@
 // RUN: %libomp-compile-and-run
 #include <stdio.h>
 
-// This test fails on Arm64EC as __kmp_invoke_microtask doesn't support more
-// than 16 arguments on that target.
-// XFAIL: arm64ec
----------------
sbc100 wrote:

Should this test instead be extended to that it exceeds the fixed internal limit?

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


More information about the Openmp-commits mailing list