[all-commits] [llvm/llvm-project] 41096d: [flang] Do not instantiate components in initial t...

jeanPerier via All-commits all-commits at lists.llvm.org
Tue Dec 19 01:10:37 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 41096d19ab07650747a434345842a9e55fa972d7
      https://github.com/llvm/llvm-project/commit/41096d19ab07650747a434345842a9e55fa972d7
  Author: jeanPerier <jperier at nvidia.com>
  Date:   2023-12-19 (Tue, 19 Dec 2023)

  Changed paths:
    M flang/lib/Lower/ConvertVariable.cpp
    A flang/test/Lower/HLFIR/initial-target-component.f90

  Log Message:
  -----------
  [flang] Do not instantiate components in initial targets as objects (#75778)

Lowering was instantiating component symbols (but the last) in initial
target designator as if they were whole objects, leading to collisions
and bugs.

Fixes https://github.com/llvm/llvm-project/issues/75728




More information about the All-commits mailing list