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

Shilei Tian via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Feb 9 10:54:07 PST 2023


tianshilei1992 added inline comments.


================
Comment at: openmp/runtime/src/z_Linux_asm.S:1429
+	// Load p_argv and &exit_frame
+	ldrd	r4, r5, [sp, #10*4]
+
----------------
It is reported (https://github.com/llvm/llvm-project/issues/60370) compile error encountered when compiling this. Can you take a look at it?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D138704



More information about the Openmp-commits mailing list