[PATCH] D114588: [DebugInfo][InstrRef] "Final" test cleanup switching x86 tests to instruction referencing

Jeremy Morse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 26 02:26:21 PST 2021


jmorse updated this revision to Diff 389959.
jmorse added a comment.

Remove live-debug-variables.ll from the test updates -- on closer inspection, this turns out to be exercising a specific part of LiveDebugVariables to endure that it does coalesce virtual registers together. That's not something instruction referencing has any part of, so w should leave it as explicitly testing DBG_VALUE mode.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D114588/new/

https://reviews.llvm.org/D114588

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114588.389959.patch
Type: text/x-patch
Size: 10835 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211126/d958af84/attachment-0001.bin>


More information about the llvm-commits mailing list