[Openmp-commits] [PATCH] D146642: [OpenMP] Implement task record and replay mechanism

Johannes Doerfert via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Mar 22 17:01:43 PDT 2023


jdoerfert added a comment.

Please upload the patch with full context.



================
Comment at: openmp/runtime/src/kmp.h:2489
+// Parentheses around "==" condition for evaluation order purposes
+#define TDG_RECORD(tdg_status) (tdg_status == KMP_TDG_RECORDING)
+
----------------
Use a (inline) function. No need for macros.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146642



More information about the Openmp-commits mailing list