Author: Michael Kruse
Date: 2021-03-05T17:26:55-06:00
New Revision: 4b15b2df23389be567814cedcfddc8008c354b3d

URL: 
https://github.com/llvm/llvm-project/commit/4b15b2df23389be567814cedcfddc8008c354b3d
DIFF: 
https://github.com/llvm/llvm-project/commit/4b15b2df23389be567814cedcfddc8008c354b3d.diff

LOG: [clang][OpenMP][docs] Update loop transformation status.

Mark tiling as done and unrolling as being worked on.

Added: 
    

Modified: 
    clang/docs/OpenMPSupport.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst
index f0d8e8741304..e66d9a64a93f 100644
--- a/clang/docs/OpenMPSupport.rst
+++ b/clang/docs/OpenMPSupport.rst
@@ -298,9 +298,9 @@ want to help with the implementation.
 
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
 | device extension             | assorted routines for querying interoperable 
properties      | :none:`unclaimed`        |                                    
                                   |
 
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
-| loop extension               | Loop tiling transformation                    
               | :part:`worked on`        | D76342                              
                                  |
+| loop extension               | Loop tiling transformation                    
               | :good:`done`             | D76342                              
                                  |
 
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
-| loop extension               | Loop unrolling transformation                 
               | :none:`unclaimed`        |                                     
                                  |
+| loop extension               | Loop unrolling transformation                 
               | :none:`worked on`        |                                     
                                  |
 
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
 | loop extension               | 'reproducible'/'unconstrained' modifiers in 
'order' clause   | :none:`unclaimed`        |                                   
                                    |
 
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+


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

Reply via email to