[Openmp-commits] [PATCH] D71987: [OpenMP][NFC] Add a couple of TODOs to the runtime
Jon Chesterfield via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Mon Dec 30 03:36:31 PST 2019
JonChesterfield added inline comments.
================
Comment at: openmp/runtime/src/kmp.h:2122
} kmp_task_t;
/*!
----------------
This does look strange.
Am I right in thinking that the two instances of the union are both used, one for the priority field and the other used for the destructors field? I haven't checked the corresponding codegen in clang.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71987/new/
https://reviews.llvm.org/D71987
More information about the Openmp-commits
mailing list