[flang-commits] [flang] [flang][NFC] Converted five tests from old lowering to new lowering (part 24) (PR #184538)

Tarun Prabhu via flang-commits flang-commits at lists.llvm.org
Wed Mar 4 04:52:22 PST 2026


================
@@ -1,116 +1,98 @@
-! RUN: bbc -emit-fir -hlfir=false %s -o - --math-runtime=fast | FileCheck --check-prefixes=ALL %s
-! RUN: %flang_fc1 -emit-fir -flang-deprecated-no-hlfir -mllvm -math-runtime=fast %s -o - | FileCheck --check-prefixes=ALL %s
-! RUN: bbc -emit-fir -hlfir=false %s -o - --math-runtime=relaxed | FileCheck --check-prefixes=ALL %s
-! RUN: %flang_fc1 -emit-fir -flang-deprecated-no-hlfir -mllvm -math-runtime=relaxed %s -o - | FileCheck --check-prefixes=ALL %s
-! RUN: bbc -emit-fir -hlfir=false %s -o - --math-runtime=precise | FileCheck --check-prefixes=ALL %s
-! RUN: %flang_fc1 -emit-fir -flang-deprecated-no-hlfir -mllvm -math-runtime=precise %s -o - | FileCheck --check-prefixes=ALL %s
+! RUN: %flang_fc1 -emit-hlfir %s -o - -mllvm -math-runtime=fast | FileCheck %s
----------------
tarunprabhu wrote:

It looks like there used to be a check for `-math-runtime=relaxed` that is not run any longer. Is this intentional?

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


More information about the flang-commits mailing list