Generalize the code that folds FINDLOC to also handle
folding for MAXLOC and MINLOC.
Details
Details
- Reviewers
jeanPerier clementval - Commits
- rGcc1d13f997f6: [flang] Fold MAXLOC and MINLOC
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D110951
[flang] Fold MAXLOC and MINLOC ClosedPublic Authored by klausler on Oct 1 2021, 11:29 AM.
Details
Summary Generalize the code that folds FINDLOC to also handle
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 5 2021, 4:57 AM Closed by commit rGcc1d13f997f6: [flang] Fold MAXLOC and MINLOC (authored by klausler). · Explain WhyOct 5 2021, 11:22 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 377311 flang/include/flang/Evaluate/type.h
flang/lib/Evaluate/fold-character.cpp
flang/lib/Evaluate/fold-integer.cpp
flang/lib/Evaluate/fold-real.cpp
flang/lib/Evaluate/fold-reduction.h
flang/test/Evaluate/folding30.f90
|