[all-commits] [llvm/llvm-project] eb00e7: [DebugInfo] Reflect switched variable order from i...

Jeremy Morse via All-commits all-commits at lists.llvm.org
Wed Nov 24 09:17:43 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: eb00e79bd97446c2dd16f9937c299ef7919ecb60
      https://github.com/llvm/llvm-project/commit/eb00e79bd97446c2dd16f9937c299ef7919ecb60
  Author: Jeremy Morse <jeremy.morse at sony.com>
  Date:   2021-11-24 (Wed, 24 Nov 2021)

  Changed paths:
    M llvm/test/CodeGen/X86/debug-loclists.ll
    M llvm/test/DebugInfo/X86/basic-block-sections-debug-loclist-3.ll
    M llvm/test/DebugInfo/X86/constant-loclist.ll
    M llvm/test/DebugInfo/X86/float_const_loclist.ll
    M llvm/test/DebugInfo/X86/pieces-4.ll

  Log Message:
  -----------
  [DebugInfo] Reflect switched variable order from instruction referencing

Enabling instruction referencing causes a few variable locations to switch
order -- i.e., they switch position in the output DWARF, or sometimes the
order of DBG_VALUEs. Update a few tests to reflect this.

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




More information about the All-commits mailing list