https://llvm.org/bugs/show_bug.cgi?id=26402

Jack Howarth <howarth.mailing.li...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #5 from Jack Howarth <howarth.mailing.li...@gmail.com> ---
with the commit of 

------------------------------------------------------------------------
r266853 | abataev | 2016-04-20 00:01:36 -0400 (Wed, 20 Apr 2016) | 5 lines

[OPENMP] Codegen for untied tasks.

If the untied clause is present on a task construct, any thread in the
team can resume the task region after a suspension. Patch adds proper
codegen for untied tasks.

tested at r266872 on x86_64-apple-darwain15, the OpenMP3.1_Validation test
suite built with the trunk clang compiler now produces...

#Tested Directive             t    ct    ot    oct
omp_task_untied               100    100    100    100

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to