[all-commits] [llvm/llvm-project] 1898fc: [FastISel] Implement translation of entry_value db...

Felipe de Azevedo Piovezan via All-commits all-commits at lists.llvm.org
Fri May 26 08:34:39 PDT 2023


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

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

  Log Message:
  -----------
  [FastISel] 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 D151332

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




More information about the All-commits mailing list