[all-commits] [llvm/llvm-project] 4fe81b: Revert "[DebugInfo] Shorten legacy [s|z]ext dwarf ...

Vedant Kumar via All-commits all-commits at lists.llvm.org
Wed Oct 28 18:57:40 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 4fe81b6b6a732d17101ef03eb24925c965164901
      https://github.com/llvm/llvm-project/commit/4fe81b6b6a732d17101ef03eb24925c965164901
  Author: Vedant Kumar <vsk at apple.com>
  Date:   2020-10-28 (Wed, 28 Oct 2020)

  Changed paths:
    M llvm/lib/CodeGen/AsmPrinter/DwarfExpression.cpp
    M llvm/test/DebugInfo/X86/convert-debugloc.ll
    M llvm/test/DebugInfo/X86/convert-inlined.ll

  Log Message:
  -----------
  Revert "[DebugInfo] Shorten legacy [s|z]ext dwarf expressions"

This reverts commit 2ce36ebca544dd71075a7818ff4070da5667603b. It depends
on https://reviews.llvm.org/D89838, which needs to be reverted.


  Commit: ffba94a9acff76e51ce64c331b500f7b1a44840f
      https://github.com/llvm/llvm-project/commit/ffba94a9acff76e51ce64c331b500f7b1a44840f
  Author: Vedant Kumar <vsk at apple.com>
  Date:   2020-10-28 (Wed, 28 Oct 2020)

  Changed paths:
    M llvm/lib/CodeGen/AsmPrinter/DwarfExpression.cpp
    M llvm/lib/CodeGen/AsmPrinter/DwarfExpression.h
    R llvm/test/DebugInfo/X86/legacy-zext.ll

  Log Message:
  -----------
  Revert "[DebugInfo] Fix legacy ZExt emission when FromBits >= 64 (PR47927)"

This reverts commit 99053462216cf835eb3ae063942c618d9609de87.

It breaks the compiler-rt build, see https://reviews.llvm.org/D89838


Compare: https://github.com/llvm/llvm-project/compare/735ab4be3569...ffba94a9acff


More information about the All-commits mailing list