[flang-commits] [flang] [flang][NFC] Convert old lowering tests to new lowering (part 2) (PR #174233)

Eugene Epshteyn via flang-commits flang-commits at lists.llvm.org
Fri Jan 2 10:47:58 PST 2026


================
@@ -1,20 +1,22 @@
-! RUN: bbc --use-desc-for-alloc=false -emit-fir -hlfir=false %s -o - | FileCheck %s
+! RUN: %flang_fc1 -emit-fir -O2 %s -o - | FileCheck %s
----------------
eugeneepshteyn wrote:

The change was pretty extensive, since we use descriptors for these allocation cases in the new lowering.

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


More information about the flang-commits mailing list