================
@@ -60,6 +60,8 @@ class CGOpenMPRegionInfo : public 
CodeGenFunction::CGCapturedStmtInfo {
     ParallelOutlinedRegion,
     /// Region with outlined function for standalone 'task' directive.
     TaskOutlinedRegion,
+    /// Region with outlined function for standalone 'taskgraph' directive.
+    TaskgraphOutlinedRegion,
----------------
Munesanz wrote:

We need to generate a function out of the taskgraph's associated statement. It 
is required since the function pointer and arguments are later passed to the 
runtime to decide if the captured region should be executed or not (depending 
if the taskgraph is already recorded).

https://github.com/llvm/llvm-project/pull/66919
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to