[all-commits] [llvm/llvm-project] 86e6a8: [flang][hlfir] Handle scalar to array in hlfir.ass...

jeanPerier via All-commits all-commits at lists.llvm.org
Fri Jan 27 03:51:08 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 86e6a8c33a410c9219806ee87acff2ea011de979
      https://github.com/llvm/llvm-project/commit/86e6a8c33a410c9219806ee87acff2ea011de979
  Author: Jean Perier <jperier at nvidia.com>
  Date:   2023-01-27 (Fri, 27 Jan 2023)

  Changed paths:
    M flang/lib/Optimizer/HLFIR/Transforms/ConvertToFIR.cpp
    M flang/test/HLFIR/assign-codegen.fir

  Log Message:
  -----------
  [flang][hlfir] Handle scalar to array in hlfir.assign codegen.

The scalar must be placed in memory before creating descriptors and
calling the runtime assignment API.

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




More information about the All-commits mailing list