summaryrefslogtreecommitdiffstats
path: root/clang/test/OpenMP/loops_explicit_clauses_codegen.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [OPENMP] Fix for LCV in simd directives in explicit clauses.Alexey Bataev2016-04-221-0/+162
If loop control variable for simd-based directives is explicitly marked as linear/lastprivate in clauses, codegen for such construct would crash. Patch fixes this problem. llvm-svn: 267101
OpenPOWER on IntegriCloud