[llvm-bugs] [Bug 31083] New: Merge rL287227 into the 3.9 branch
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Nov 21 00:26:31 PST 2016
https://llvm.org/bugs/show_bug.cgi?id=31083
Bug ID: 31083
Summary: Merge rL287227 into the 3.9 branch
Product: OpenMP
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P
Component: Clang Compiler Support
Assignee: unassignedclangbugs at nondot.org
Reporter: a.bataev at hotmail.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
I would like to propose merging the change...
rL287227
[OPENMP] Fixed codegen for 'omp cancel' construct.
If 'omp cancel' construct is used in a worksharing construct it may
cause hanging of the software in case if reduction clause is used. Patch fixes
this problem by avoiding extra reduction processing for branches that were
canceled.
to 3.9 branch for the 3.9.1 release
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20161121/6535b15e/attachment-0001.html>
More information about the llvm-bugs
mailing list