Kareem Ergawy ab4f66d6f3
[OpenMP][flang] Move todo for checking reduction support status on the GPU (#175172)
Moves a `todo` to check for the current level of support for by-ref
reductions to the `FunctionFiltering` pass. This guarantees that the
check does not trigger when the same module is compiled twice: on the
CPU and on the GPU.
2026-01-21 13:22:45 +01:00
..