[flang-commits] [flang] [flang] Converting old lowering tests to the new lowering (PR #172246)

Eugene Epshteyn via flang-commits flang-commits at lists.llvm.org
Sun Dec 14 20:54:49 PST 2025


================
@@ -5,10 +5,9 @@
 ! RUN: %flang_fc1 -emit-hlfir -o - %s | FileCheck --check-prefix HLFIR --check-prefix ALL %s
 ! RUN: bbc -emit-hlfir -hlfir -o - %s | FileCheck --check-prefix HLFIR --check-prefix ALL %s
 ! RUN: %flang_fc1 -emit-fir -o - %s | FileCheck --check-prefix FIR --check-prefix ALL %s
-! RUN: %flang_fc1 -emit-fir -flang-deprecated-no-hlfir -o - %s | FileCheck %s --check-prefix NO-HLFIR --check-prefix ALL
 ! RUN: %flang_fc1 -emit-fir -flang-experimental-hlfir -o - %s | FileCheck %s --check-prefix FIR --check-prefix ALL
 ! RUN: bbc -emit-fir -o - %s | FileCheck --check-prefix FIR --check-prefix ALL %s
-! RUN: bbc -emit-fir -hlfir=false -o - %s | FileCheck %s --check-prefix NO-HLFIR --check-prefix ALL
+! RUN: bbc -emit-fir -o - %s | FileCheck --check-prefix FIR --check-prefix ALL %s
 
 ! | Action      | -flang-deprecated-no-hlfir  | Result                          |
----------------
eugeneepshteyn wrote:

Oh, and without `-flang-deprecated-no-hlfir` this table would just have two rows

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


More information about the flang-commits mailing list