[all-commits] [llvm/llvm-project] c48910: [flang] Added hlfir.reshape definition/lowering/co...
Slava Zakharin via All-commits
all-commits at lists.llvm.org
Mon Jan 27 18:14:24 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c4891089125d4ba312204cc9a666339abbfc4db2
https://github.com/llvm/llvm-project/commit/c4891089125d4ba312204cc9a666339abbfc4db2
Author: Slava Zakharin <szakharin at nvidia.com>
Date: 2025-01-27 (Mon, 27 Jan 2025)
Changed paths:
M flang/include/flang/Optimizer/HLFIR/HLFIROpBase.td
M flang/include/flang/Optimizer/HLFIR/HLFIROps.td
M flang/lib/Lower/HlfirIntrinsics.cpp
M flang/lib/Optimizer/HLFIR/IR/HLFIROps.cpp
M flang/lib/Optimizer/HLFIR/Transforms/LowerHLFIRIntrinsics.cpp
M flang/test/HLFIR/invalid.fir
A flang/test/HLFIR/reshape-lowering.fir
A flang/test/HLFIR/reshape.fir
A flang/test/Lower/HLFIR/reshape.f90
Log Message:
-----------
[flang] Added hlfir.reshape definition/lowering/codegen. (#124226)
Lower Fortran RESHAPE intrinsic into hlfir.reshape, and then lower
hlfir.reshape into a runtime call.
A later patch will add hlfir.reshape inlining as hlfir.elemental.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list