[all-commits] [llvm/llvm-project] fad31d: [flang] Implement shape analysis of TRANSFER intri...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Thu Aug 13 09:58:34 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fad31d60329b4573a27aaf10cfe3174407d75c3a
https://github.com/llvm/llvm-project/commit/fad31d60329b4573a27aaf10cfe3174407d75c3a
Author: peter klausler <pklausler at nvidia.com>
Date: 2020-08-13 (Thu, 13 Aug 2020)
Changed paths:
M flang/include/flang/Evaluate/characteristics.h
M flang/include/flang/Evaluate/initial-image.h
M flang/include/flang/Evaluate/type.h
M flang/lib/Evaluate/characteristics.cpp
M flang/lib/Evaluate/fold-designator.cpp
M flang/lib/Evaluate/initial-image.cpp
M flang/lib/Evaluate/shape.cpp
M flang/lib/Evaluate/type.cpp
M flang/lib/Semantics/compute-offsets.cpp
M flang/lib/Semantics/data-to-inits.cpp
A flang/test/Evaluate/folding10.f90
Log Message:
-----------
[flang] Implement shape analysis of TRANSFER intrinsic function result
The shape (esp. the size) of the result of a call to TRANSFER
is implemented according to the definition in the standard.
Differential Revision: https://reviews.llvm.org/D85866
More information about the All-commits
mailing list