test/DebugInfo: Convert some tests to MIR
authorMatthias Braun <matze@braunis.de>
Fri, 2 Nov 2018 01:31:52 +0000 (01:31 +0000)
committerMatthias Braun <matze@braunis.de>
Fri, 2 Nov 2018 01:31:52 +0000 (01:31 +0000)
commitfdddd8e734c73a13619d13bfde3e44aae2d2852f
treea4ffa7a8b1fe8f7e74b0d4d16053a7a6ff0daa28
parente8f717aea86c4fbc0e3f3d2990765ffcd1ed8dbd
test/DebugInfo: Convert some tests to MIR

These tests are meant to test dwarf emission (or prolog/epilogue
generation) so we can convert them to .mir and only run the relevant
part of the pipeline.
This way they become independent of changes in earlier passes such as my
planned changes to RegAllocFast.

llvm-svn: 345919
14 files changed:
llvm/test/DebugInfo/AArch64/asan-stack-vars.ll [deleted file]
llvm/test/DebugInfo/AArch64/asan-stack-vars.mir [new file with mode: 0644]
llvm/test/DebugInfo/AArch64/compiler-gen-bbs-livedebugvalues.ll [deleted file]
llvm/test/DebugInfo/AArch64/compiler-gen-bbs-livedebugvalues.mir [new file with mode: 0644]
llvm/test/DebugInfo/ARM/cfi-eof-prologue.ll [deleted file]
llvm/test/DebugInfo/ARM/cfi-eof-prologue.mir [new file with mode: 0644]
llvm/test/DebugInfo/X86/debug-loc-asan.ll [deleted file]
llvm/test/DebugInfo/X86/debug-loc-asan.mir [new file with mode: 0644]
llvm/test/DebugInfo/X86/debug-loc-offset.ll [deleted file]
llvm/test/DebugInfo/X86/debug-loc-offset.mir [new file with mode: 0644]
llvm/test/DebugInfo/X86/dw_op_minus.ll [deleted file]
llvm/test/DebugInfo/X86/dw_op_minus.mir [new file with mode: 0644]
llvm/test/DebugInfo/X86/pr19307.ll [deleted file]
llvm/test/DebugInfo/X86/pr19307.mir [new file with mode: 0644]