[Openmp-commits] [PATCH] D138704: RFC: [openmp] Provide an assembly implementation of __kmp_invoke_microtask on ARM

Martin Storsjö via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Nov 29 13:33:43 PST 2022


mstorsjo updated this revision to Diff 478708.
mstorsjo added a comment.

Updated the comment as suggested.

Rebased on top of other recent related pushed commits; use the assembly instead of the C implementation on Windows (just like on aarch64), remove the XFAIL from the testcase that gets fixed by the assembly.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D138704/new/

https://reviews.llvm.org/D138704

Files:
  openmp/runtime/src/CMakeLists.txt
  openmp/runtime/src/z_Linux_asm.S
  openmp/runtime/src/z_Linux_util.cpp
  openmp/runtime/src/z_Windows_NT-586_util.cpp
  openmp/runtime/test/misc_bugs/many-microtask-args.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138704.478708.patch
Type: text/x-patch
Size: 10703 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20221129/51f7b05c/attachment.bin>


More information about the Openmp-commits mailing list