[flang-commits] [flang] [flang] Lowering fortran structured do-while loops to `scf.while` (PR #177476)
via flang-commits
flang-commits at lists.llvm.org
Mon Jan 26 06:53:44 PST 2026
================
@@ -7358,4 +7416,4 @@ void Fortran::lower::genCleanUpInRegionIfAny(
context.finalizeAndPop();
hlfir::YieldOp::ensureTerminator(region, builder, loc);
builder.restoreInsertionPoint(insertPt);
-}
+}
----------------
jeanPerier wrote:
nit: keep the newline at end of file.
https://github.com/llvm/llvm-project/pull/177476
More information about the flang-commits
mailing list