[all-commits] [llvm/llvm-project] c2a289: [openmp] Provide an assembly implementation of __k...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Thu Dec 8 12:54:06 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c2a289dbdf3b8aac2e7f824b00cd54eb632e620a
https://github.com/llvm/llvm-project/commit/c2a289dbdf3b8aac2e7f824b00cd54eb632e620a
Author: Martin Storsjö <martin at martin.st>
Date: 2022-12-08 (Thu, 08 Dec 2022)
Changed paths:
M openmp/runtime/src/CMakeLists.txt
M openmp/runtime/src/z_Linux_asm.S
M openmp/runtime/src/z_Linux_util.cpp
M openmp/runtime/src/z_Windows_NT-586_util.cpp
M openmp/runtime/test/misc_bugs/many-microtask-args.c
Log Message:
-----------
[openmp] Provide an assembly implementation of __kmp_invoke_microtask on ARM
This fixes passing an arbitrarily large number of arguments to
microtasks, fixing the misc_bugs/many-microtask-args.c testcase on
ARM.
Differential Revision: https://reviews.llvm.org/D138704
More information about the All-commits
mailing list