[all-commits] [llvm/llvm-project] b326b3: [flang] Switch spread first argument lowering from...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Mon Jan 16 00:38:53 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b326b344cd32d1cd9a7fb768acfbb6ce325bc7b1
https://github.com/llvm/llvm-project/commit/b326b344cd32d1cd9a7fb768acfbb6ce325bc7b1
Author: Valentin Clement <clementval at gmail.com>
Date: 2023-01-16 (Mon, 16 Jan 2023)
Changed paths:
M flang/lib/Lower/IntrinsicCall.cpp
M flang/test/Lower/Intrinsics/spread.f90
Log Message:
-----------
[flang] Switch spread first argument lowering from asAddr to asBox
Use asBox so no simply contiguous argument do not issue a copy and also
support polymorphic entity out of the box.
Depends on D141667
Reviewed By: jeanPerier, PeteSteinfeld
Differential Revision: https://reviews.llvm.org/D141678
More information about the All-commits
mailing list