[all-commits] [llvm/llvm-project] 5c517a: [OPENMP50]Add support for if clause for simd part ...
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Thu Dec 5 08:42:05 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5c517a6b13bfee99e054128231ddf64e70e5a6ab
https://github.com/llvm/llvm-project/commit/5c517a6b13bfee99e054128231ddf64e70e5a6ab
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/parallel_master_taskloop_simd_ast_print.cpp
M clang/test/OpenMP/parallel_master_taskloop_simd_codegen.cpp
Log Message:
-----------
[OPENMP50]Add support for if clause for simd part in parallel 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