[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:10 PDT 2025


================
@@ -31,6 +32,113 @@ namespace fir {
 using namespace fir;
 using namespace mlir;
 
+// Extracted here for use in other passes
+
+/// Convert fir::DoLoopOp to control-flow operations
+std::pair<mlir::Block *, mlir::Block *>
+fir::convertDoLoopToCFG(DoLoopOp loop, mlir::PatternRewriter &rewriter,
----------------
tblah wrote:

I think this should be defined in Utils.cpp so that it is easier to find.

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


More information about the flang-commits mailing list