[all-commits] [llvm/llvm-project] 5d27ab: [fir] Add fircg.ext_array_coor conversion
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Mon Dec 6 06:53:14 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5d27abe6295731bfbbf1d6703801f067e6ab9e24
https://github.com/llvm/llvm-project/commit/5d27abe6295731bfbbf1d6703801f067e6ab9e24
Author: Valentin Clement <clementval at gmail.com>
Date: 2021-12-06 (Mon, 06 Dec 2021)
Changed paths:
M flang/include/flang/Optimizer/CodeGen/CGOps.td
M flang/lib/Optimizer/CodeGen/CodeGen.cpp
M flang/test/Fir/convert-to-llvm.fir
Log Message:
-----------
[fir] Add fircg.ext_array_coor conversion
This patch adds the conversion pattern for the fircg.ext_array_coor
operation. It applies the address arithmetic on a dynamically shaped, shifted
and/or sliced array.
This patch is part of the upstreaming effort from fir-dev branch.
Reviewed By: kiranchandramohan
Differential Revision: https://reviews.llvm.org/D113968
Co-authored-by: Eric Schweitz <eschweitz at nvidia.com>
Co-authored-by: Jean Perier <jperier at nvidia.com>
More information about the All-commits
mailing list