[all-commits] [llvm/llvm-project] 4e9b66: [AArch64][SVE] Add missing debug info for ACLE types.

sdesmalen-arm via All-commits all-commits at lists.llvm.org
Thu Aug 27 02:57:39 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 4e9b66de3f046c1e97b34c938b0920fa6401f40c
      https://github.com/llvm/llvm-project/commit/4e9b66de3f046c1e97b34c938b0920fa6401f40c
  Author: Sander de Smalen <sander.desmalen at arm.com>
  Date:   2020-08-27 (Thu, 27 Aug 2020)

  Changed paths:
    M clang/lib/CodeGen/CGDebugInfo.cpp
    A clang/test/CodeGen/aarch64-debug-sve-vector-types.c
    A clang/test/CodeGen/aarch64-debug-sve-vectorx2-types.c
    A clang/test/CodeGen/aarch64-debug-sve-vectorx3-types.c
    A clang/test/CodeGen/aarch64-debug-sve-vectorx4-types.c
    M clang/test/CodeGen/aarch64-sve.c
    M llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
    A llvm/test/DebugInfo/AArch64/dbg-sve-types.ll

  Log Message:
  -----------
  [AArch64][SVE] Add missing debug info for ACLE types.

This patch adds type information for SVE ACLE vector types,
by describing them as vectors, with a lower bound of 0, and
an upper bound described by a DWARF expression using the
AArch64 Vector Granule register (VG), which contains the
runtime multiple of 64bit granules in an SVE vector.

Reviewed By: efriedma

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




More information about the All-commits mailing list