__kmpc_parallel_level used to be a function w/o any argument, but in the new
device runtime, it accepts two. This patch simply corrects it in OMPKinds.def.
uint16_t __kmpc_parallel_level(IdentTy *Loc, uint32_t);
Paths
| Differential D141655
[LLVM][OpenMP] Correct the function signature of `__kmpc_parallel_level` ClosedPublic Authored by tianshilei1992 on Jan 12 2023, 9:58 PM.
Details Summary __kmpc_parallel_level used to be a function w/o any argument, but in the new uint16_t __kmpc_parallel_level(IdentTy *Loc, uint32_t);
Diff Detail
Unit TestsFailed Event TimelineThis revision is now accepted and ready to land.Jan 20 2023, 6:22 AM This revision was landed with ongoing or failed builds.Jan 20 2023, 6:46 AM Closed by commit rGbdf30603f28f: [LLVM][OpenMP] Correct the function signature of `__kmpc_parallel_level` (authored by tianshilei1992). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 490700 llvm/include/llvm/Frontend/OpenMP/OMPKinds.def
llvm/test/Transforms/OpenMP/parallel_level_fold.ll
|