[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 12:56:42 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 to dig for the captured expr here?
https://github.com/llvm/llvm-project/pull/131838
    
    
More information about the llvm-commits
mailing list