[flang-commits] [flang] [flang][NFC] Converted five tests from old lowering to new lowering (part 43) (PR #191753)
Eugene Epshteyn via flang-commits
flang-commits at lists.llvm.org
Sun Apr 12 20:01:42 PDT 2026
================
@@ -1,98 +1,25 @@
-! RUN: bbc -emit-fir -hlfir=false %s -opt-transpose=true -o - | FileCheck %s
-! RUN: bbc -emit-fir -hlfir=false %s -o - | FileCheck %s
-! RUN: %flang_fc1 -emit-fir -flang-deprecated-no-hlfir -O1 %s -o - | FileCheck %s
-! RUN: %flang_fc1 -emit-fir -flang-deprecated-no-hlfir -O2 %s -o - | FileCheck %s
-! RUN: %flang_fc1 -emit-fir -flang-deprecated-no-hlfir -O3 %s -o - | FileCheck %s
+! RUN: %flang_fc1 -emit-hlfir %s -o - | FileCheck %s
----------------
eugeneepshteyn wrote:
At HLFIR level, it's always `hlfir.transpose`. The optimization differences should be checked at `hlfir.transpose` lowering to FIR.
https://github.com/llvm/llvm-project/pull/191753
More information about the flang-commits
mailing list