[all-commits] [llvm/llvm-project] 09b832: Support emitting complex expressions that include ...

adrian-prantl via All-commits all-commits at lists.llvm.org
Mon Feb 15 11:09:38 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 09b832e74f6c71c2023a3094727bc5c24c639985
      https://github.com/llvm/llvm-project/commit/09b832e74f6c71c2023a3094727bc5c24c639985
  Author: Adrian Prantl <aprantl at apple.com>
  Date:   2021-02-15 (Mon, 15 Feb 2021)

  Changed paths:
    M llvm/lib/CodeGen/AsmPrinter/DwarfExpression.cpp
    A llvm/test/DebugInfo/MIR/X86/complex-entryvalue.mir

  Log Message:
  -----------
  Support emitting complex expressions that include entry values

This patch enables AsmPrinter support for complex expression with
entry values. It shouldn't AsmPrinter's call whether these are safe or
not but the pass who introduces the DW_OP_LLVM_entry_value. This patch
on its own has no effect on clang.

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




More information about the All-commits mailing list