[all-commits] [llvm/llvm-project] f8c12e: [OPENMP50]Add support for nested atomic and simd c...
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Mon Nov 11 11:38:57 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f8c12edd1a5200abbbb2c8da754d6a3bfa7545a0
https://github.com/llvm/llvm-project/commit/f8c12edd1a5200abbbb2c8da754d6a3bfa7545a0
Author: Alexey Bataev <a.bataev at hotmail.com>
Date: 2019-11-11 (Mon, 11 Nov 2019)
Changed paths:
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/lib/Sema/SemaOpenMP.cpp
M clang/test/OpenMP/nesting_of_regions.cpp
Log Message:
-----------
[OPENMP50]Add support for nested atomic and simd constructs in
simd-based directives.
According to OpenMP 5.0 standard, ordered simd, atomic and simd
directives are allowed as nested directives in the simd-based
directives.
More information about the All-commits
mailing list