https://github.com/CatherineMoore created https://github.com/llvm/llvm-project/pull/182591
Update loop fusion transformation codegen status to done and add additional PR links. Mark loop index set splitting parsing as in progress. >From 66c0995b5b57944da66e79bf17b2ddbc76a74908 Mon Sep 17 00:00:00 2001 From: Catherine Moore <[email protected]> Date: Fri, 20 Feb 2026 15:14:17 -0600 Subject: [PATCH] [Clang][Docs] Update OpenMP support status for loop transformations Update loop fusion transformation codegen status to done and add additional PR links. Mark loop index set splitting parsing as in progress. Co-authored-by: Cursor <[email protected]> --- clang/docs/OpenMPSupport.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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` | | +-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+ _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
