]> granicus.if.org Git - clang/commit
[OPENMP 4.5] Codegen for 'hint' clause of 'critical' directive
authorAlexey Bataev <a.bataev@hotmail.com>
Tue, 15 Dec 2015 10:55:09 +0000 (10:55 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Tue, 15 Dec 2015 10:55:09 +0000 (10:55 +0000)
commit51df54207ea3a95a6f3e7a4fdd9603137bd698e4
tree419abecade1358bd912b330c24043fb39b8613a4
parent68ac81b73374be1c4c6aa38d4435cf88e795e588
[OPENMP 4.5] Codegen for 'hint' clause of 'critical' directive
OpenMP 4.5 defines 'hint' clause for 'critical' directive. Patch adds codegen for this clause.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@255639 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGOpenMPRuntime.cpp
lib/CodeGen/CGOpenMPRuntime.h
lib/CodeGen/CGStmtOpenMP.cpp
test/OpenMP/critical_codegen.cpp