[flang-commits] [flang] [OpenMP][flang] Move `todo` for checking reduction support status on the GPU (PR #175172)

Sergio Afonso via flang-commits flang-commits at lists.llvm.org
Wed Jan 21 03:10:52 PST 2026


================
@@ -29,6 +30,34 @@ namespace flangomp {
 using namespace mlir;
 
 namespace {
+void checkDeviceImplementationStatus(
----------------
skatrak wrote:

Nit: For local functions, it's preferred to use `static` instead of placing them inside of an anonymous namespace: [link](https://llvm.org/docs/CodingStandards.html#restrict-visibility).

https://github.com/llvm/llvm-project/pull/175172


More information about the flang-commits mailing list