[clang] 4b15b2d - [clang][OpenMP][docs] Update loop transformation status.

Michael Kruse via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 5 15:27:20 PST 2021


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`        |                                                                       |
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+


        


More information about the cfe-commits mailing list