[flang-commits] [flang] [flang][lowering] Implement component-wise initialization for derived types (PR #187465)
via flang-commits
flang-commits at lists.llvm.org
Mon Mar 23 04:16:02 PDT 2026
================
@@ -48,6 +51,11 @@
#include "llvm/Support/Debug.h"
#include <optional>
+static llvm::cl::opt<bool> enablePreciseInit(
+ "enable-precise-init",
+ llvm::cl::desc("Enable precise component initialization for derived types"),
----------------
jeanPerier wrote:
The word "precise" is strongly associated with floating point in flang/Fortran. Can you find another word to describe what this is flag is doing?
https://github.com/llvm/llvm-project/pull/187465
More information about the flang-commits
mailing list