[flang-commits] [clang] [flang] [Flang] Add -ffast-real-mod and direct code for MOD on REAL types (PR #160660)
Tarun Prabhu via flang-commits
flang-commits at lists.llvm.org
Thu Sep 25 06:31:30 PDT 2025
================
@@ -277,6 +277,14 @@ bool CodeGenAction::beginSourceFileAction() {
ci.getInvocation().getLangOpts().OpenMPVersion);
}
+ if (ci.getInvocation().getLangOpts().FastRealMod) {
+ auto mod = lb.getModule();
----------------
tarunprabhu wrote:
Could we use a more concrete type instead of `auto` here?
https://github.com/llvm/llvm-project/pull/160660
More information about the flang-commits
mailing list