[flang-commits] [clang] [flang] [flang][OpenMP] Add -f[no]-openmp-simd (PR #150269)
Tom Eccles via flang-commits
flang-commits at lists.llvm.org
Thu Jul 24 03:01:07 PDT 2025
================
@@ -0,0 +1,360 @@
+#include "flang/Optimizer/Builder/FIRBuilder.h"
+#include "flang/Optimizer/Transforms/Utils.h"
+#include "mlir/Dialect/ControlFlow/IR/ControlFlowOps.h"
+#include "mlir/Dialect/Func/IR/FuncOps.h"
+#include "mlir/Dialect/OpenMP/OpenMPDialect.h"
+#include "mlir/IR/IRMapping.h"
+#include "mlir/Pass/Pass.h"
+#include "mlir/Transforms/DialectConversion.h"
----------------
tblah wrote:
Is this still needed now you have decided to use the greedy pattern rewriter?
https://github.com/llvm/llvm-project/pull/150269
More information about the flang-commits
mailing list