[all-commits] [llvm/llvm-project] 95d544: [flang][debug] Always include (kind=X) suffix in d...

Abid Qadeer via All-commits all-commits at lists.llvm.org
Tue Mar 24 06:40:58 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 95d54423d9abb3ed577f68e32b1c158cf984193a
      https://github.com/llvm/llvm-project/commit/95d54423d9abb3ed577f68e32b1c158cf984193a
  Author: Abid Qadeer <haqadeer at amd.com>
  Date:   2026-03-24 (Tue, 24 Mar 2026)

  Changed paths:
    M flang/lib/Optimizer/Transforms/DebugTypeGenerator.cpp
    M flang/test/Fir/declare_value-codegen.fir
    M flang/test/Integration/debug-allocatable-1.f90
    M flang/test/Integration/debug-common-block-1.f90
    M flang/test/Integration/debug-complex-1.f90
    M flang/test/Integration/debug-complex-2.f90
    M flang/test/Integration/debug-fixed-array-type-2.f90
    M flang/test/Integration/debug-local-var-2.f90
    M flang/test/Integration/debug-module-2.f90
    M flang/test/Integration/debug-proc-ptr-e2e.f90
    M flang/test/Integration/debug-ptr-type.f90
    M flang/test/Transforms/debug-allocatable-1.fir
    M flang/test/Transforms/debug-associate-component.fir
    M flang/test/Transforms/debug-complex-1.fir
    M flang/test/Transforms/debug-derived-type-1.fir
    M flang/test/Transforms/debug-fixed-array-type.fir
    M flang/test/Transforms/debug-fn-info.fir
    M flang/test/Transforms/debug-index-type.fir
    M flang/test/Transforms/debug-local-var.fir
    M flang/test/Transforms/debug-module-1.fir
    M flang/test/Transforms/debug-module-2.fir
    M flang/test/Transforms/debug-proc-ptr.fir
    M flang/test/Transforms/debug-ptr-type.fir
    M flang/test/Transforms/debug-vector-type.fir

  Log Message:
  -----------
  [flang][debug] Always include (kind=X) suffix in debug type names (#186255)

Previously, 32-bit types (integer, real, logical, complex) were printed
without the (kind=4) suffix in DWARF debug type names, while other sizes
always included the kind suffix. This inconsistency is now removed by
always appending (kind=X) to all basic type names, making the format
uniform across all type sizes.

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



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list