[all-commits] [llvm/llvm-project] bc6cc6: [OpenMP] Refactoring: Move teams forking and seria...

Terry Wilmarth via All-commits all-commits at lists.llvm.org
Mon Dec 12 15:20:16 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bc6cc63ab839fc6595c548a70fcdf17d95859893
      https://github.com/llvm/llvm-project/commit/bc6cc63ab839fc6595c548a70fcdf17d95859893
  Author: Terry Wilmarth <terry.l.wilmarth at intel.com>
  Date:   2022-12-12 (Mon, 12 Dec 2022)

  Changed paths:
    M openmp/runtime/src/kmp_runtime.cpp

  Log Message:
  -----------
  [OpenMP] Refactoring: Move teams forking and serial region forking to separate functions.

Code for serial parallel regions and teams construct have been moved
out of __kmp_fork_call and into separate functions.  This is to reduce
the size of the __kmp_fork_call function, and aid in debugging.

Differential Revision: https://reviews.llvm.org/D139116




More information about the All-commits mailing list