summaryrefslogtreecommitdiffstats
path: root/clang/test/OpenMP/distribute_simd_if_messages.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [OPENMP50]Add if clause in distribute simd directive.Alexey Bataev2019-12-061-0/+136
According to OpenMP 5.0, if clause can be used in for simd directive. If condition in the if clause if false, the non-vectorized version of the loop must be executed.
OpenPOWER on IntegriCloud