[all-commits] [llvm/llvm-project] 52812f: [OPENMP50]Add support for if clause for simd part ...
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Thu Dec 5 10:33:40 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 52812f2ade71476ea309a3482c93d0c9db1fa45b
https://github.com/llvm/llvm-project/commit/52812f2ade71476ea309a3482c93d0c9db1fa45b
Author: Alexey Bataev <a.bataev at hotmail.com>
Date: 2019-12-05 (Thu, 05 Dec 2019)
Changed paths:
M clang/lib/Sema/SemaOpenMP.cpp
M clang/test/OpenMP/distribute_parallel_for_simd_ast_print.cpp
M clang/test/OpenMP/distribute_parallel_for_simd_if_codegen.cpp
Log Message:
-----------
[OPENMP50]Add support for if clause for simd part in distribute parallel for simd directive.
According to OpenMP 5.0, the if clause can be applied to simd
subdirective in the combined directives.
More information about the All-commits
mailing list