[all-commits] [llvm/llvm-project] 3f6e4e: [IRTranslator][DebugInfo] Implement translation of...

Felipe de Azevedo Piovezan via All-commits all-commits at lists.llvm.org
Fri May 12 08:56:22 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3f6e4e5b6e9451adf0fc21f3c45076d987fbbfd2
      https://github.com/llvm/llvm-project/commit/3f6e4e5b6e9451adf0fc21f3c45076d987fbbfd2
  Author: Felipe de Azevedo Piovezan <fpiovezan at apple.com>
  Date:   2023-05-12 (Fri, 12 May 2023)

  Changed paths:
    M llvm/include/llvm/CodeGen/GlobalISel/IRTranslator.h
    M llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
    A llvm/test/CodeGen/AArch64/dbg-declare-swift-async.ll

  Log Message:
  -----------
  [IRTranslator][DebugInfo] Implement translation of entry_value vars

This commit implements IRTranslator lowering of dbg.declare intrinsics targeting
swiftasync Arguments, by putting them in the MachineFunction's table of
variables whose location doesn't change throughout the function.

Depends on D149881

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




More information about the All-commits mailing list