diff options
| author | Alexander Musman <alexander.musman@gmail.com> | 2014-10-01 06:03:56 +0000 |
|---|---|---|
| committer | Alexander Musman <alexander.musman@gmail.com> | 2014-10-01 06:03:56 +0000 |
| commit | a5f070aec0386d941a9a1bc2d47adc95553975ea (patch) | |
| tree | 0eeff1d1f478a3664951b01e6ae0799c933206a9 /llvm/test/CodeGen/Mips/prevent-hoisting.ll | |
| parent | 6a107bad152aadeb93fda669f74ab77b728a12f5 (diff) | |
| download | bcm5719-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/CodeGen/Mips/prevent-hoisting.ll')
0 files changed, 0 insertions, 0 deletions

