[clang] [llvm] [Clang][OpenMP] Support for dispatch construct (Sema & Codegen) support (PR #131838)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 3 11:23:49 PDT 2025
SunilKuravinakop wrote:
> You can see 2 CpaturedStmt here - one for outer task region (outermost one) and one for the actual target region (the innermost one). You need to do something similar for dispatch
I have done a commit where -ast-dump works now. CodeGen is still failing for `EmitIfElse` . Please give me a feedback if I am doing it correctly.
https://github.com/llvm/llvm-project/pull/131838
More information about the llvm-commits
mailing list