[clang] [llvm] [Clang][OpenMP] Support for dispatch construct (Sema & Codegen) support (PR #131838)

Alexey Bataev via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 8 04:17:15 PDT 2025


================
@@ -4528,6 +4528,115 @@ void CodeGenFunction::EmitOMPMasterDirective(const OMPMasterDirective &S) {
   emitMaster(*this, S);
 }
 
+static Expr *getInitialExprFromCapturedExpr(Expr *Cond) {
----------------
alexey-bataev wrote:

Why do you need it? CapturedExpr should be emitted as is

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


More information about the llvm-commits mailing list