[flang-commits] [clang] [flang] [clang][flang] Add support for -finit-local-zero (PR #159788)

Tarun Prabhu via flang-commits flang-commits at lists.llvm.org
Tue Jul 21 07:17:48 PDT 2026


================
@@ -0,0 +1,7 @@
+! Check that the driver passes through -finit-local-zero:
+! RUN: %flang -### -S -finit-local-zero %s -o - 2>&1 | FileCheck %s
----------------
tarunprabhu wrote:

Please add a test for the default behavior i.e. when `-finit-local-zero` is not specified.

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


More information about the flang-commits mailing list