diff options
author | Alexey Bataev <a.bataev@hotmail.com> | 2015-08-31 07:32:19 +0000 |
---|---|---|
committer | Alexey Bataev <a.bataev@hotmail.com> | 2015-08-31 07:32:19 +0000 |
commit | d6fdc8b6857635d4a641fe355afdbbd27c5803d7 (patch) | |
tree | 0832c6eebb4615c5d96dd7b6b9c3541e2216a458 /clang-tools-extra/clang-tidy/misc/InefficientAlgorithmCheck.cpp | |
parent | 3675d1a6d0b063424257c647030c94332353ba4e (diff) | |
download | llvm-d6fdc8b6857635d4a641fe355afdbbd27c5803d7.zip llvm-d6fdc8b6857635d4a641fe355afdbbd27c5803d7.tar.gz llvm-d6fdc8b6857635d4a641fe355afdbbd27c5803d7.tar.bz2 |
[OPENMP 4.0] Codegen for array sections.
Added codegen for array section in 'depend' clause of 'task' directive. It emits to pointers, one for the begin of array section and another for the end of array section. Size of the section is calculated as (end + 1 - start) * sizeof(basic_element_type).
llvm-svn: 246422
Diffstat (limited to 'clang-tools-extra/clang-tidy/misc/InefficientAlgorithmCheck.cpp')
0 files changed, 0 insertions, 0 deletions