The shape (esp. the size) of the result of a call to TRANSFER
is implemented according to the definition in the standard.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D85866
[flang] Implement shape analysis of TRANSFER intrinsic function result ClosedPublic Authored by klausler on Aug 12 2020, 5:02 PM.
Details Summary The shape (esp. the size) of the result of a call to TRANSFER
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 12 2020, 8:40 PM Closed by commit rGfad31d60329b: [flang] Implement shape analysis of TRANSFER intrinsic function result (authored by klausler). · Explain WhyAug 13 2020, 9:58 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 285411 flang/include/flang/Evaluate/characteristics.h
flang/include/flang/Evaluate/initial-image.h
flang/include/flang/Evaluate/type.h
flang/lib/Evaluate/characteristics.cpp
flang/lib/Evaluate/fold-designator.cpp
flang/lib/Evaluate/initial-image.cpp
flang/lib/Evaluate/shape.cpp
flang/lib/Evaluate/type.cpp
flang/lib/Semantics/compute-offsets.cpp
flang/lib/Semantics/data-to-inits.cpp
flang/test/Evaluate/folding10.f90
|