[all-commits] [llvm/llvm-project] b4a1f4: [OpenMP] Add a few small fixes
Jonathan Peyton via All-commits
all-commits at lists.llvm.org
Mon Aug 16 08:05:18 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b4a1f441d90c5cb324efe45170614957ab666382
https://github.com/llvm/llvm-project/commit/b4a1f441d90c5cb324efe45170614957ab666382
Author: Peyton, Jonathan L <jonathan.l.peyton at intel.com>
Date: 2021-08-16 (Mon, 16 Aug 2021)
Changed paths:
M openmp/runtime/src/kmp.h
M openmp/runtime/src/kmp_dispatch.cpp
M openmp/runtime/src/kmp_settings.cpp
Log Message:
-----------
[OpenMP] Add a few small fixes
* Add comment to help ensure new construct data are added in two places
* Check for division by zero in the loop worksharing code
* Check for syntax errors in parrange parsing
Differential Revision: https://reviews.llvm.org/D105929
More information about the All-commits
mailing list