[all-commits] [llvm/llvm-project] 853961: [OPENMP50]Add support for if clause for simd part ...
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Thu Dec 5 07:23:24 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 853961f21a6d07352204eb4820a93eab87ba0057
https://github.com/llvm/llvm-project/commit/853961f21a6d07352204eb4820a93eab87ba0057
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/master_taskloop_simd_ast_print.cpp
M clang/test/OpenMP/master_taskloop_simd_codegen.cpp
Log Message:
-----------
[OPENMP50]Add support for if clause for simd part in master taskloop 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