Complex component references (z%RE, z%IM) of complex named constants
should be evaluated at compilation time.
Details
Details
- Reviewers
jeanPerier sscalpone - Commits
- rG3a26596af361: [flang] Fold complex component references
Diff Detail
Diff Detail
Paths
| Differential D125341
[flang] Fold complex component references ClosedPublic Authored by klausler on May 10 2022, 3:17 PM.
Details
Summary Complex component references (z%RE, z%IM) of complex named constants
Diff Detail Event TimelineThis revision is now accepted and ready to land.May 11 2022, 1:14 AM Closed by commit rG3a26596af361: [flang] Fold complex component references (authored by klausler). · Explain WhyMay 11 2022, 10:04 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 428512 flang/include/flang/Evaluate/tools.h
flang/include/flang/Evaluate/type.h
flang/include/flang/Evaluate/variable.h
flang/lib/Evaluate/fold-implementation.h
flang/lib/Evaluate/fold-real.cpp
flang/lib/Evaluate/tools.cpp
flang/lib/Semantics/expression.cpp
flang/test/Evaluate/fold-re-im.f90
|