[all-commits] [llvm/llvm-project] 266d65: [flang][hlfir] Fixed boxchar variables emboxing.

Slava Zakharin via All-commits all-commits at lists.llvm.org
Mon May 1 10:00:49 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 266d65c98a9e80a1e77b09e8042b3a823d46df53
      https://github.com/llvm/llvm-project/commit/266d65c98a9e80a1e77b09e8042b3a823d46df53
  Author: Slava Zakharin <szakharin at nvidia.com>
  Date:   2023-05-01 (Mon, 01 May 2023)

  Changed paths:
    M flang/lib/Optimizer/Builder/HLFIRTools.cpp
    A flang/test/HLFIR/boxchar_emboxing.f90

  Log Message:
  -----------
  [flang][hlfir] Fixed boxchar variables emboxing.

We have to unbox the boxchar variables in order to get to
the raw address that can be used for emboxing.

Reviewed By: jeanPerier

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




More information about the All-commits mailing list