summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorAlexander Musman <alexander.musman@gmail.com>2014-10-01 06:03:56 +0000
committerAlexander Musman <alexander.musman@gmail.com>2014-10-01 06:03:56 +0000
commita5f070aec0386d941a9a1bc2d47adc95553975ea (patch)
tree0eeff1d1f478a3664951b01e6ae0799c933206a9 /llvm/test
parent6a107bad152aadeb93fda669f74ab77b728a12f5 (diff)
downloadbcm5719-llvm-a5f070aec0386d941a9a1bc2d47adc95553975ea.tar.gz
bcm5719-llvm-a5f070aec0386d941a9a1bc2d47adc95553975ea.zip
[OPENMP] Loop collapsing and codegen for 'omp simd' directive.
This patch implements collapsing of the loops (in particular, in presense of clause 'collapse'). It calculates number of iterations N and expressions nesessary to calculate the nested loops counters values based on new iteration variable (that goes from 0 to N-1) in Sema. It also adds Codegen for 'omp simd', which uses (and tests) this feature. Differential Revision: http://reviews.llvm.org/D5184 llvm-svn: 218743
Diffstat (limited to 'llvm/test')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud