diff options
author | Jennifer Yu <jennifer.yu@intel.com> | 2023-07-05 08:04:07 -0700 |
---|---|---|
committer | Jennifer Yu <jennifer.yu@intel.com> | 2023-07-06 11:40:02 -0700 |
commit | f70967fdc4736a5c5150db294be55fa9e7792bb8 (patch) | |
tree | f827f84f5ac42232b4ff78aa3da56b3ce21d3115 /lldb/source/Plugins/Process/scripted/ScriptedProcess.cpp | |
parent | 66e943b1a9751db1611f6ba07e4c46899455d686 (diff) | |
download | llvm-f70967fdc4736a5c5150db294be55fa9e7792bb8.zip llvm-f70967fdc4736a5c5150db294be55fa9e7792bb8.tar.gz llvm-f70967fdc4736a5c5150db294be55fa9e7792bb8.tar.bz2 |
[OPENMP52] Support Support omp_cur_iteration modifier for doacross
clause.
This is just syntax to make it easier for the user. It doesn't add any
new functionality.
for
doacross(sink: omp_cur_iteration - 1)
Equivalent to
doacross(sink: ConterVar - 1, ...)
doacross(source: omp_cur_iteration)
Equivalent to
doacross(source)
And restriction is:
OMP5.2 p.327
If vector is specified with the omp_cur_iteration keyword and with
sink as the dependence-type then it must be omp_cur_iteration - 1.
If vector is specified with source as the dependence-type then it must be
omp_cur_iteration.
Differential Revision: https://reviews.llvm.org/D154556
Diffstat (limited to 'lldb/source/Plugins/Process/scripted/ScriptedProcess.cpp')
0 files changed, 0 insertions, 0 deletions