[Openmp-commits] [clang] [flang] [llvm] [openmp] [Clang][OpenMP][LoopTransformations] Add support for "#pragma omp fuse" loop transformation direcrive and "looprange" clause (PR #139293)
    Alexey Bataev via Openmp-commits 
    openmp-commits at lists.llvm.org
       
    Fri May  9 11:12:06 PDT 2025
    
    
  
================
@@ -14145,6 +14152,46 @@ StmtResult SemaOpenMP::ActOnOpenMPTargetTeamsDistributeSimdDirective(
       getASTContext(), StartLoc, EndLoc, NestedLoopCount, Clauses, AStmt, B);
 }
 
+// Overloaded base case function
----------------
alexey-bataev wrote:
```suggestion
/// Overloaded base case function
```
https://github.com/llvm/llvm-project/pull/139293
    
    
More information about the Openmp-commits
mailing list