Implement constant folding of the intrinsic function DOT_PRODUCT().
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D132688
[flang] Fold DOT_PRODUCT() ClosedPublic Authored by klausler on Aug 25 2022, 10:58 AM.
Details
Summary Implement constant folding of the intrinsic function DOT_PRODUCT().
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 25 2022, 2:34 PM Closed by commit rGe723c69b94b9: [flang] Fold DOT_PRODUCT() (authored by klausler). · Explain WhyAug 25 2022, 4:52 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 455761 flang/include/flang/Evaluate/fold.h
flang/lib/Evaluate/fold-complex.cpp
flang/lib/Evaluate/fold-integer.cpp
flang/lib/Evaluate/fold-logical.cpp
flang/lib/Evaluate/fold-real.cpp
flang/lib/Evaluate/fold-reduction.h
flang/test/Evaluate/fold-dot.f90
|