Evaluate real-valued references to the intrinsic functions MODULO
and MOD at compilation time without recourse to an external math
library.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D125151
[flang] Fold real-valued MODULO() and MOD() ClosedPublic Authored by klausler on May 6 2022, 5:31 PM.
Details Summary Evaluate real-valued references to the intrinsic functions MODULO
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 9 2022, 1:49 AM Closed by commit rG71728360ada3: [flang] Fold real-valued MODULO() and MOD() (authored by klausler). · Explain WhyMay 10 2022, 8:15 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 428385 flang/include/flang/Evaluate/real.h
flang/lib/Evaluate/fold-real.cpp
flang/lib/Evaluate/intrinsics-library.cpp
flang/lib/Evaluate/real.cpp
flang/test/Evaluate/fold-mod.f90
flang/test/Evaluate/folding04.f90
|