[OPENMP] Codegen for `distribute parallel for simd` directive.
authorAlexey Bataev <a.bataev@hotmail.com>
Mon, 27 Nov 2017 19:38:52 +0000 (19:38 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Mon, 27 Nov 2017 19:38:52 +0000 (19:38 +0000)
commit974acd6b13a319d61f88cf3af81bb237c57ebeef
treec8a7082a91680c3f8169685c048a6f1d6b5fda15
parent87ff0a74677379e95e40f070c2125e877d5c10de
[OPENMP] Codegen for `distribute parallel for simd` directive.

Added proper codegen for `distribute parallel for simd` directive.

llvm-svn: 319078
clang/lib/Basic/OpenMPKinds.cpp
clang/lib/Sema/SemaOpenMP.cpp