[clang] [flang] [llvm] [openmp] [Clang][OpenMP][LoopTransformations] Add support for "#pragma omp fuse" loop transformation directive and "looprange" clause (PR #139293)
Shafik Yaghmour via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 19 10:48:00 PST 2025
================
@@ -1921,6 +1943,15 @@ class OMPTransformDirectiveScopeRAII {
CGSI = new CodeGenFunction::CGCapturedStmtInfo(CR_OpenMP);
CapInfoRAII = new CodeGenFunction::CGCapturedStmtRAII(CGF, CGSI);
}
+ if (const auto *Dir =
----------------
shafik wrote:
ping
https://github.com/llvm/llvm-project/pull/139293
More information about the llvm-commits
mailing list