[llvm-branch-commits] [flang] [flang] optimize array function calls using hlfir.eval_in_mem (PR #118070)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Dec 2 06:06:09 PST 2024


================
@@ -24,6 +24,10 @@
 
 namespace Fortran::lower {
 
+struct LoweredResult {
+  std::variant<fir::ExtendedValue, hlfir::EntityWithAttributes> result;
+};
----------------
jeanPerier wrote:

Updated.

https://github.com/llvm/llvm-project/pull/118070


More information about the llvm-branch-commits mailing list