diff options
author | Nawrin Sultana <nawrin.sultana@intel.com> | 2020-10-30 13:04:25 -0500 |
---|---|---|
committer | Nawrin Sultana <nawrin.sultana@intel.com> | 2021-02-10 13:58:50 -0600 |
commit | 4692bb4a8a6f78ee166ac8d2b1ec9082bd6e2be5 (patch) | |
tree | 429bcb9fdb09b74bc0642d740833a5eb2862d62a /llvm/lib/CodeGen/StackProtector.cpp | |
parent | 544cebd6197820e35047eba0d0e04b9008bdb860 (diff) | |
download | llvm-4692bb4a8a6f78ee166ac8d2b1ec9082bd6e2be5.zip llvm-4692bb4a8a6f78ee166ac8d2b1ec9082bd6e2be5.tar.gz llvm-4692bb4a8a6f78ee166ac8d2b1ec9082bd6e2be5.tar.bz2 |
[OpenMP] Add lower and upper bound in num_teams clause
This patch adds lower-bound and upper-bound to num_teams clause
according to OpenMP 5.1 specification. The initial number of teams
created is implementation defined, but it will be greater than or
equal to lower-bound and less than or equal to upper-bound. If
num_teams clause is not specified, the number of teams created is
implementation defined, but it will be greater or equal to 1.
Differential Revision: https://reviews.llvm.org/D95820
Diffstat (limited to 'llvm/lib/CodeGen/StackProtector.cpp')
0 files changed, 0 insertions, 0 deletions