[all-commits] [llvm/llvm-project] 750a68: [Codeview] Fix incorrect size determination for co...

Steve Merritt via All-commits all-commits at lists.llvm.org
Fri Feb 24 06:32:22 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 750a6870eb41922f7013c163b458a02d5aa8994b
      https://github.com/llvm/llvm-project/commit/750a6870eb41922f7013c163b458a02d5aa8994b
  Author: Steve Merritt <steve.merritt at intel.com>
  Date:   2023-02-24 (Fri, 24 Feb 2023)

  Changed paths:
    M llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
    M llvm/lib/DebugInfo/CodeView/TypeRecordHelpers.cpp
    M llvm/test/DebugInfo/COFF/fortran-basic.ll

  Log Message:
  -----------
  [Codeview] Fix incorrect size determination for complex types.

In Codeview, the basic type of a complex represents the size
of an individual component rather than the sum of the real
and imaginary components.

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




More information about the All-commits mailing list