[flang-commits] [flang] [llvm] [flang][MIF] Adding Stop and ErrorStop operations (PR #166787)
Katherine Rasmussen via flang-commits
flang-commits at lists.llvm.org
Wed Jan 21 17:52:25 PST 2026
================
@@ -59,6 +59,7 @@ void Fortran::lower::genStopStatement(
Fortran::parser::StopStmt::Kind::ErrorStop;
fir::FirOpBuilder &builder = converter.getFirOpBuilder();
mlir::Location loc = converter.getCurrentLocation();
+
----------------
ktras wrote:
It seems that after feedback and new commits, this file only has whitespace changes. Its just a nitpick, but perhaps this changes in this file could be removed.
https://github.com/llvm/llvm-project/pull/166787
More information about the flang-commits
mailing list