[PATCH] D95449: [flang] Fix problems with constant arrays with lower bounds that are not 1
Pete Steinfeld via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 28 09:26:43 PST 2021
PeteSteinfeld updated this revision to Diff 319897.
PeteSteinfeld added a comment.
Changes in response to comments by Tim. Basically, better handling with
respect to moving data around by using rvalue references and eliminating
unnecessary use of the type "std::optional<>".
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95449/new/
https://reviews.llvm.org/D95449
Files:
flang/include/flang/Evaluate/tools.h
flang/lib/Evaluate/check-expression.cpp
flang/lib/Evaluate/shape.cpp
flang/test/Evaluate/folding16.f90
flang/test/Semantics/array-constr-values.f90
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95449.319897.patch
Type: text/x-patch
Size: 6532 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210128/cde3bcb9/attachment.bin>
More information about the llvm-commits
mailing list