[clang] 2a789dd - [OpenMP][Docs] Claim loop tiling.

Michael Kruse via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 13 16:43:52 PST 2019


Author: Michael Kruse
Date: 2019-12-13T18:42:52-06:00
New Revision: 2a789dd0ad884cbd73b962b6b07cf48e2178d2c9

URL: https://github.com/llvm/llvm-project/commit/2a789dd0ad884cbd73b962b6b07cf48e2178d2c9
DIFF: https://github.com/llvm/llvm-project/commit/2a789dd0ad884cbd73b962b6b07cf48e2178d2c9.diff

LOG: [OpenMP][Docs] Claim loop tiling.

Added: 
    

Modified: 
    clang/docs/OpenMPSupport.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst
index 7a70d05ec7ff..faeb831cf10c 100644
--- a/clang/docs/OpenMPSupport.rst
+++ b/clang/docs/OpenMPSupport.rst
@@ -250,3 +250,5 @@ want to help with the implementation.
 +==============================+==============================================================+==========================+=======================================================================+
 | misc extension               | user-defined function variants with #ifdef protection        | :part:`worked on`        | D71179                                                                |
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
+| loop extension               | Loop tiling transformation                                   | :part:`claimed`          |                                                                       |
++------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+


        


More information about the cfe-commits mailing list