[all-commits] [llvm/llvm-project] 3c7ff4: [fir] Add substr information to fircg.ext_embox an...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Wed Nov 3 02:15:28 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3c7ff45cbb4876d359f6bd0423c5d8080c7703ec
https://github.com/llvm/llvm-project/commit/3c7ff45cbb4876d359f6bd0423c5d8080c7703ec
Author: Valentin Clement <clementval at gmail.com>
Date: 2021-11-03 (Wed, 03 Nov 2021)
Changed paths:
M flang/include/flang/Optimizer/CodeGen/CGOps.td
M flang/lib/Optimizer/CodeGen/PreCGRewrite.cpp
M flang/test/Fir/cg-ops.fir
Log Message:
-----------
[fir] Add substr information to fircg.ext_embox and fircg.ext_rebox operations
This patch adds the substring information to the fircg.ext_embox and
fircg.ext_rebox operations.
Substring is used for CHARACTER types.
This patch is part of the upstreaming effort from fir-dev branch.
Reviewed By: mehdi_amini
Differential Revision: https://reviews.llvm.org/D112807
Co-authored-by: Eric Schweitz <eschweitz at nvidia.com>
More information about the All-commits
mailing list