[Openmp-commits] [PATCH] D137827: [openmp] Use z_Linux_asm.S to provide __kmp_invoke_microtask on mingw aarch64

Martin Storsjö via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Nov 16 03:14:23 PST 2022


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

Use the assembly implementation for Clang-cl builds for arm64 too (as the C implementation gets misoptimized by Clang but not by MSVC).

(Building openmp with clang-cl for arm64 requires one other unrelated patch, which I can send when the others I have outstanding have settled.)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137827

Files:
  openmp/runtime/src/CMakeLists.txt
  openmp/runtime/src/z_Linux_asm.S
  openmp/runtime/src/z_Windows_NT-586_util.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137827.475752.patch
Type: text/x-patch
Size: 6417 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20221116/dc7a718b/attachment-0001.bin>


More information about the Openmp-commits mailing list