Author: Chi Chun Chen
Date: 2022-07-07T11:30:03-05:00
New Revision: 6c3990acfbb933a61e2c74332bb252121c06bd14

URL: 
https://github.com/llvm/llvm-project/commit/6c3990acfbb933a61e2c74332bb252121c06bd14
DIFF: 
https://github.com/llvm/llvm-project/commit/6c3990acfbb933a61e2c74332bb252121c06bd14.diff

LOG: [OpenMP][NFC] Claim order clause modifiers (reproducible and unconstrained)

Added: 
    

Modified: 
    clang/docs/OpenMPSupport.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst
index 336d8e597522a..c94bc0b0de362 100644
--- a/clang/docs/OpenMPSupport.rst
+++ b/clang/docs/OpenMPSupport.rst
@@ -302,7 +302,7 @@ want to help with the implementation.
 
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
 | loop                         | Loop unrolling transformation                 
               | :good:`done`             | D99459                              
                                  |
 
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
-| loop                         | 'reproducible'/'unconstrained' modifiers in 
'order' clause   | :none:`unclaimed`        |                                   
                                    |
+| loop                         | 'reproducible'/'unconstrained' modifiers in 
'order' clause   | :part:`partial`          | D127855                           
                                    |
 
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
 | memory management            | alignment for allocate directive and clause   
               | :part:`worked on`        |                                     
                                  |
 
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to