Ping (https://gcc.gnu.org/pipermail/gcc-patches/2024-September/662211.html)
On Wed, Sep 04, 2024 at 01:56:59PM +0200, Paul Iannetta wrote:
> Hi,
>
> Currently, the only pragma directives that can be added by a backend, only
> have
> access to the information on the same line as the pragma, which
Hi,
Currently, the only pragma directives that can be added by a backend, only have
access to the information on the same line as the pragma, which is enough for
modifying a global state.
This means that a loop target pragma could look like this:
#pragma target begin keyword [options]
#pragma ta