Skip to content
Commit 117fb35c authored by Alexey Bataev's avatar Alexey Bataev
Browse files

[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: 246278
parent 8cff1746
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment