Re: [PATCH 2/7] openmp: Add middle-end support for metadirectives

2022-05-30 Thread Jakub Jelinek via Gcc-patches
On Fri, Dec 10, 2021 at 05:33:25PM +, Kwok Cheung Yeung wrote: > 2021-12-10 Kwok Cheung Yeung > > gcc/ > * gimple-low.c (lower_omp_metadirective): New. > (lower_stmt): Handle GIMPLE_OMP_METADIRECTIVE. > * gimple-pretty-print.c (dump_gimple_omp_metadirective): New. >

[PATCH 2/7] openmp: Add middle-end support for metadirectives

2021-12-10 Thread Kwok Cheung Yeung
+ Subject: [PATCH 2/7] openmp: Add middle-end support for metadirectives This adds a new Gimple statement type GIMPLE_OMP_METADIRECTIVE, which represents the metadirective in Gimple. In high Gimple, the statement contains the body of the directive variants, whereas in low Gimple, it only co