[all-commits] [llvm/llvm-project] fc9dae: [DebugInfo][InstrRef][NFC] "Final" x86 test cleanup

Jeremy Morse via All-commits all-commits at lists.llvm.org
Mon Nov 29 14:56:50 PST 2021


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

  Changed paths:
    M llvm/test/CodeGen/MIR/X86/diexpr-win32.mir
    M llvm/test/CodeGen/X86/2010-05-26-DotDebugLoc.ll
    M llvm/test/CodeGen/X86/fast-regalloc-live-out-debug-values.mir
    M llvm/test/DebugInfo/COFF/fpo-shrink-wrap.ll
    M llvm/test/DebugInfo/COFF/fpo-stack-protect.ll
    M llvm/test/DebugInfo/COFF/types-array-advanced.ll
    M llvm/test/DebugInfo/MIR/X86/entry-value-of-modified-param.mir
    M llvm/test/DebugInfo/MIR/X86/kill-entry-value-after-diamond-bbs.mir
    M llvm/test/DebugInfo/MIR/X86/live-debug-values-restore.mir
    M llvm/test/DebugInfo/X86/dbg-addr-dse.ll
    M llvm/test/DebugInfo/X86/sdag-split-arg.ll
    M llvm/test/DebugInfo/X86/sdagsplit-1.ll
    M llvm/test/tools/llvm-locstats/locstats.ll

  Log Message:
  -----------
  [DebugInfo][InstrRef][NFC] "Final" x86 test cleanup

These are some final test changes for using instruction referencing on X86:
 * Most of these tests just have the flag switched so that they run with
   instr-ref, and just work: these tests were fixed by earlier patches.
 * There are some spurious differences in textual outputs,
 * A few have different temporary labels in the output because more
   MCSymbols are printed to the output.

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




More information about the All-commits mailing list