[clang] [llvm] [clang][OpenMP] Improve loop structure for distributed loops (PR #201670)

via cfe-commits cfe-commits at lists.llvm.org
Sat Jun 6 08:38:52 PDT 2026


================
@@ -50,6 +50,16 @@ static const VarDecl *getBaseDecl(const Expr *Ref);
 static OpenMPDirectiveKind
 getEffectiveDirectiveKind(const OMPExecutableDirective &S);
 
+static bool canEmitGPUFusedDistSchedule(const CodeGenModule &CGM,
----------------
carlobertolli wrote:

Add description of what FusedDist is here.



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


More information about the cfe-commits mailing list