[all-commits] [llvm/llvm-project] e8aee4: [IRTranslator] Implement translation of entry_valu...

Felipe de Azevedo Piovezan via All-commits all-commits at lists.llvm.org
Fri May 26 03:49:18 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e8aee45be7a2b5976431de7020014b7523652a32
      https://github.com/llvm/llvm-project/commit/e8aee45be7a2b5976431de7020014b7523652a32
  Author: Felipe de Azevedo Piovezan <fpiovezan at apple.com>
  Date:   2023-05-26 (Fri, 26 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-value-swift-async.ll

  Log Message:
  -----------
  [IRTranslator] Implement translation of entry_value dbg.value intrinsics

For dbg.value intrinsics targeting an llvm::Argument address whose expression
starts with an entry value, we lower this to a DEBUG_VALUE targeting the livein
physical register corresponding to that Argument.

Depends on D151328

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




More information about the All-commits mailing list