[flang-commits] [clang] [flang] [flang] Remove legacy (non-HLFIR) lowering and related options (PR #196205)

Tarun Prabhu via flang-commits flang-commits at lists.llvm.org
Fri May 8 08:27:40 PDT 2026


================
@@ -2130,7 +2086,7 @@ class FirConverter : public Fortran::lower::AbstractConverter {
           dir->u);
     }
 
-    if (lowerToHighLevelFIR()) {
+    {
----------------
tarunprabhu wrote:

Thanks. Once Jean ok's the changes to lowering, this should be good to merge.

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


More information about the flang-commits mailing list