[flang-commits] [flang] [Flang][OpenMP]Support for lowering task_reduction and in_reduction to MLIR (PR #111155)
Tom Eccles via flang-commits
flang-commits at lists.llvm.org
Sat Apr 26 03:51:01 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>
----------------
tblah wrote:
What is this used for?
https://github.com/llvm/llvm-project/pull/111155
More information about the flang-commits
mailing list