[clang] [Clang][Docs] Update OpenMP support status for loop transformations (PR #182591)

via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 20 13:17:16 PST 2026


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-clang

Author: None (CatherineMoore)

<details>
<summary>Changes</summary>

Update loop fusion transformation codegen status to done and add additional PR links. Mark loop index set splitting parsing as in progress.

---
Full diff: https://github.com/llvm/llvm-project/pull/182591.diff


1 Files Affected:

- (modified) clang/docs/OpenMPSupport.rst (+4-2) 


``````````diff
diff --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst
index 1d6ee8f09e4c4..69757ca2e1b2b 100644
--- a/clang/docs/OpenMPSupport.rst
+++ b/clang/docs/OpenMPSupport.rst
@@ -478,9 +478,11 @@ implementation.
 +-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
 | loop stripe transformation                                  | :good:`done`              | :none:`unclaimed`         | https://github.com/llvm/llvm-project/pull/119891                         |
 +-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
-| loop fusion transformation                                  | :part:`in progress`       | :none:`unclaimed`         | https://github.com/llvm/llvm-project/pull/139293                         |
+| loop fusion transformation                                  | :part:`in progress`       | :good:`done`              | https://github.com/llvm/llvm-project/pull/139293                         |
+|                                                             |                           |                           | https://github.com/llvm/llvm-project/pull/161213                         |
+|                                                             |                           |                           | https://github.com/llvm/llvm-project/pull/168898                         |
 +-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
-| loop index set splitting transformation                     | :none:`unclaimed`         | :none:`unclaimed`         |                                                                          |
+| loop index set splitting transformation                     | :part:`in progress`       | :none:`unclaimed`         | @amitamd7                                                                |
 +-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
 | loop transformation apply clause                            | :none:`unclaimed`         | :none:`unclaimed`         |                                                                          |
 +-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+

``````````

</details>


https://github.com/llvm/llvm-project/pull/182591


More information about the cfe-commits mailing list