[flang-commits] [clang] [flang] [Flang][FIR] Introduce ConvertFIRToMLIR pass. (PR #168703)
Ming Yan via flang-commits
flang-commits at lists.llvm.org
Sun Nov 23 19:20:52 PST 2025
================
@@ -7217,6 +7217,11 @@ def flang_deprecated_no_hlfir : Flag<["-"], "flang-deprecated-no-hlfir">,
Flags<[HelpHidden]>, Visibility<[FlangOption, FC1Option]>,
HelpText<"Do not use HLFIR lowering (deprecated)">;
+def flang_experimental_lower_through_mlir
+ : Flag<["-"], "flang-experimental-lower-through-mlir">,
+ Flags<[HelpHidden]>, Visibility<[FlangOption, FC1Option]>,
+ HelpText<"Lower form FIR through MLIR to LLVM (experimental)">;
----------------
NexMing wrote:
How about `flang-experimental-lower-through-code-mlir`?
https://github.com/llvm/llvm-project/pull/168703
More information about the flang-commits
mailing list