[all-commits] [llvm/llvm-project] 2da299: [SelectionDAG][DebugInfo] Implement translation of...

Felipe de Azevedo Piovezan via All-commits all-commits at lists.llvm.org
Fri May 12 09:00:35 PDT 2023


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

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
    M llvm/test/CodeGen/AArch64/dbg-declare-swift-async.ll

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

This commit implements SelectionDAG 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 D149882

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




More information about the All-commits mailing list