[all-commits] [llvm/llvm-project] a033bf: [flang][hlfir] work towards handling char_convert ...

Anthony Cabrera via All-commits all-commits at lists.llvm.org
Mon Jul 31 07:45:29 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a033bf242f7dccd5546292bf6e554cf2de3ccd58
      https://github.com/llvm/llvm-project/commit/a033bf242f7dccd5546292bf6e554cf2de3ccd58
  Author: cabreraam <cabreraam33 at gmail.com>
  Date:   2023-07-31 (Mon, 31 Jul 2023)

  Changed paths:
    M flang/lib/Lower/ConvertExprToHLFIR.cpp
    A flang/test/Lower/charconvert.f90

  Log Message:
  -----------
  [flang][hlfir] work towards handling char_convert in hlfir

This patch aims to address the TODO for handling character conversion in HLFIR found [here](https://github.com/llvm/llvm-project/blob/1defa781243f9d0bc66719465e4de33e9fb7a243/flang/lib/Lower/ConvertExprToHLFIR.cpp#L1388) using [this similar operation but for FIR as inspiration](https://github.com/llvm/llvm-project/blob/3ea673a97b0583affc22345b9d62e863ba36b3d8/flang/lib/Lower/ConvertExpr.cpp#L1212-L1271).

Reviewed By: vzakhari, tblah

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




More information about the All-commits mailing list