[PING^1][RFC] On Adding Support for Target-Dependent Loop-Specific Pragmas

2024-10-22 Thread Paul Iannetta
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

[RFC] On Adding Support for Target-Dependent Loop-Specific Pragmas

2024-09-04 Thread Paul Iannetta
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