[all-commits] [llvm/llvm-project] a48e05: [DebugInfo][InstrRef] "final final" test cleanups ...

Jeremy Morse via All-commits all-commits at lists.llvm.org
Tue Nov 30 02:43:28 PST 2021


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

  Changed paths:
    M llvm/test/DebugInfo/COFF/fp-stack.ll
    M llvm/test/DebugInfo/X86/live-debug-values.ll

  Log Message:
  -----------
  [DebugInfo][InstrRef] "final final" test cleanups for x86 tests

Two "totally definitely the last ones" instruction referencing test
updates:

 * fp-stack.ll: this test targets i686, and so it won't be getting
   instruction referencing, or at least not right now,
 * X86/live-debug-values.ll: instruction referencing will produce entry
   values in this test, add check lines to account for this. It's not clear
   what the test is supposed to be testing anyway, but the entry values
   appear to be correct.

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




More information about the All-commits mailing list