Re: [PATCH v5 02/10] OpenMP: Re-work and extend context selector resolution

2025-01-13 Thread Sandra Loosemore
On 1/13/25 16:43, Tobias Burnus wrote: Hi all, Tobias Burnus wrote: Tobias Burnus wrote: Sandra Loosemore wrote: This patch reimplements the middle-end support for "declare variant" and extends the resolution mechanism to also handle metadirectives (PR112779).  It also adds partial support fo

Re: [PATCH v5 02/10] OpenMP: Re-work and extend context selector resolution

2025-01-13 Thread Tobias Burnus
Hi all, Tobias Burnus wrote: Tobias Burnus wrote: Sandra Loosemore wrote: This patch reimplements the middle-end support for "declare variant" and extends the resolution mechanism to also handle metadirectives (PR112779).  It also adds partial support for dynamic selectors (PR113904) and fixes

[PATCH v5 02/10] OpenMP: Re-work and extend context selector resolution

2024-12-09 Thread Sandra Loosemore
This patch reimplements the middle-end support for "declare variant" and extends the resolution mechanism to also handle metadirectives (PR112779). It also adds partial support for dynamic selectors (PR113904) and fixes a selector scoring bug reported as PR114596. I hope this rewrite also improve