Hi Thomas, > '#pragma acc enter data' -> 'OACC_ENTER_DATA' node -> > 'BUILT_IN_GOACC_ENTER_DATA' function call. > > '#pragma acc routine' just sets certain attributes on the 'tree' that > it applies to.
> '#pragma acc loop' -> 'OACC_LOOP' node -> 'GIMPLE_OMP_FOR' node with > 'GF_OMP_FOR_KIND_OACC_LOOP' -> 'IFN_GOACC_LOOP' ... These examples are great! Thanks for taking your time describing it! I'll read carefully the code for these transformations. Best, Sebastian
