[flang-commits] [PATCH] D141847: [flang][hlfir] Lower some character elemental references

Jean Perier via Phabricator via flang-commits flang-commits at lists.llvm.org
Mon Jan 16 06:35:45 PST 2023


jeanPerier created this revision.
jeanPerier added reviewers: PeteSteinfeld, clementval.
jeanPerier added a project: Flang.
Herald added subscribers: sunshaoce, mehdi_amini, jdoerfert.
Herald added a project: All.
jeanPerier requested review of this revision.

Lower character elemental user procedures with constant length, and
bot dynamic and constant length ADJUSTL, ADJUSTR, and MERGE references
(which leaves out MIN/MAX).

Character elemental user procedures with dynamic length are a bit more
involving and since it is an edge-case that is not currently supported,
I will take this on later.

Depends on D141841 <https://reviews.llvm.org/D141841>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D141847

Files:
  flang/lib/Lower/ConvertCall.cpp
  flang/lib/Lower/ConvertType.cpp
  flang/test/Lower/HLFIR/elemental-intrinsics.f90

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141847.489538.patch
Type: text/x-patch
Size: 9374 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20230116/32fe33c7/attachment.bin>


More information about the flang-commits mailing list