[all-commits] [llvm/llvm-project] 612058: [OPENMP50]Add support for if clause for simd part ...
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Wed Dec 4 13:09:30 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 61205821ca20dbf1d9a4dc2c1c590955b249e8ee
https://github.com/llvm/llvm-project/commit/61205821ca20dbf1d9a4dc2c1c590955b249e8ee
Author: Alexey Bataev <a.bataev at hotmail.com>
Date: 2019-12-04 (Wed, 04 Dec 2019)
Changed paths:
M clang/lib/CodeGen/CGStmtOpenMP.cpp
M clang/lib/Sema/SemaOpenMP.cpp
M clang/test/OpenMP/taskloop_simd_ast_print.cpp
M clang/test/OpenMP/taskloop_simd_codegen.cpp
Log Message:
-----------
[OPENMP50]Add support for if clause for simd part in taskloop simd
directive.
According to OpenMP 5.0, the `if` clause can be applied to simd
subdirective in the combined directive.
More information about the All-commits
mailing list