[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
Thu May 7 06:28:33 PDT 2026
================
@@ -2130,7 +2086,7 @@ class FirConverter : public Fortran::lower::AbstractConverter {
dir->u);
}
- if (lowerToHighLevelFIR()) {
+ {
----------------
tarunprabhu wrote:
Does this have to be in its own block?
https://github.com/llvm/llvm-project/pull/196205
More information about the flang-commits
mailing list