[all-commits] [llvm/llvm-project] fed3d2: [flang] Make SetLength TODO explicit in HLFIR
jeanPerier via All-commits
all-commits at lists.llvm.org
Fri Dec 2 05:22:13 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fed3d272da5a333ec4fad6f5556d60307ad03bd2
https://github.com/llvm/llvm-project/commit/fed3d272da5a333ec4fad6f5556d60307ad03bd2
Author: Jean Perier <jperier at nvidia.com>
Date: 2022-12-02 (Fri, 02 Dec 2022)
Changed paths:
M flang/lib/Lower/ConvertExprToHLFIR.cpp
Log Message:
-----------
[flang] Make SetLength TODO explicit in HLFIR
evaluate::SetLength is the last intrinsic binary operation
that needs to be lowered to HLFIR. It will require an hlfir.set_length
op or hlfir.as_expr to convert the result to an expression. Add a TODO
for now.
Differential Revision: https://reviews.llvm.org/D139183
More information about the All-commits
mailing list