[all-commits] [llvm/llvm-project] 734ad0: [flang] Handle boxed characters that are values wh...

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Thu Jun 23 09:05:41 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 734ad031f16653f1b650d2ea8b7d83e8910925b3
      https://github.com/llvm/llvm-project/commit/734ad031f16653f1b650d2ea8b7d83e8910925b3
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2022-06-23 (Thu, 23 Jun 2022)

  Changed paths:
    M flang/lib/Lower/ConvertExpr.cpp
    A flang/test/Fir/achar.f90

  Log Message:
  -----------
  [flang] Handle boxed characters that are values when doing a conversion

Character conversion requires memory storage as it operates on a
sequence of code points.

This patch is part of the upstreaming effort from fir-dev branch.

Reviewed By: PeteSteinfeld

Differential Revision: https://reviews.llvm.org/D128438

Co-authored-by: Eric Schweitz <eschweitz at nvidia.com>




More information about the All-commits mailing list