[flang-commits] [flang] [Flang][OpenMP]Support for lowering task_reduction and in_reduction to MLIR (PR #111155)

Kaviya Rajendiran via flang-commits flang-commits at lists.llvm.org
Mon Apr 28 01:13:04 PDT 2025


================
@@ -25,6 +25,7 @@
 #include "flang/Parser/tools.h"
 #include "mlir/Dialect/OpenMP/OpenMPDialect.h"
 #include "llvm/Support/CommandLine.h"
+#include <type_traits>
----------------
kaviya2510 wrote:

I am using the template `std::is_same_v` in function `processReductionArguments()`  and included corresponding header  `type_traits`

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


More information about the flang-commits mailing list