[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


================
@@ -59,7 +59,9 @@ defm dump_parse_tree : BooleanFFlag<"dump-parse-tree">, Group<gfortran_Group>;
 defm external_blas : BooleanFFlag<"external-blas">, Group<gfortran_Group>;
 defm f2c : BooleanFFlag<"f2c">, Group<gfortran_Group>;
 defm frontend_optimize : BooleanFFlag<"frontend-optimize">, Group<gfortran_Group>;
-defm init_local_zero : BooleanFFlag<"init-local-zero">, Group<gfortran_Group>;
+defm init_local_zero : BooleanFFlag<"init-local-zero">, Group<gfortran_Group>,
----------------
tarunprabhu wrote:

I think the `gfortran_Group` was originally intended for options that would be passed to the underlying `gfortran`. This was from a long time ago. If this is properly accepted in flang, it is probably better to move it out of this group.

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


More information about the flang-commits mailing list