[all-commits] [llvm/llvm-project] 18789b: [OPENMP50]Fix handling of clauses in parallel mast...
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Thu Feb 13 08:02:47 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 18789bfe3a39f69f6cfe6490a24a61ea2ff0b5af
https://github.com/llvm/llvm-project/commit/18789bfe3a39f69f6cfe6490a24a61ea2ff0b5af
Author: Alexey Bataev <a.bataev at hotmail.com>
Date: 2020-02-13 (Thu, 13 Feb 2020)
Changed paths:
M clang/lib/CodeGen/CGStmtOpenMP.cpp
M clang/test/OpenMP/parallel_master_taskloop_codegen.cpp
Log Message:
-----------
[OPENMP50]Fix handling of clauses in parallel master taskloop directive.
We need to capture correctly the value of num_tasks clause and should
not try to emit the if clause at all in the task region.
More information about the All-commits
mailing list