[PATCH] D46032: [MIR] Add support for debug metadata for fixed stack objects

Francis Visoiu Mistrih via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 25 04:21:59 PDT 2018


thegameg updated this revision to Diff 143901.
thegameg marked 2 inline comments as done.
thegameg added a comment.

Add comment for `int Slot;`.


https://reviews.llvm.org/D46032

Files:
  include/llvm/CodeGen/MIRYamlMapping.h
  include/llvm/CodeGen/MachineFunction.h
  lib/CodeGen/MIRParser/MIRParser.cpp
  lib/CodeGen/MIRPrinter.cpp
  test/CodeGen/AArch64/GlobalISel/arm64-irtranslator.ll
  test/CodeGen/AArch64/GlobalISel/debug-insts.ll
  test/CodeGen/AArch64/GlobalISel/fp128-legalize-crash-pr35690.mir
  test/CodeGen/AArch64/GlobalISel/select-gv-cmodel-large.mir
  test/CodeGen/AArch64/reverse-csr-restore-seq.mir
  test/CodeGen/AMDGPU/memory-legalizer-multiple-mem-operands-atomics.mir
  test/CodeGen/AMDGPU/memory-legalizer-multiple-mem-operands-nontemporal-1.mir
  test/CodeGen/AMDGPU/memory-legalizer-multiple-mem-operands-nontemporal-2.mir
  test/CodeGen/AMDGPU/sched-crash-dbg-value.mir
  test/CodeGen/AMDGPU/twoaddr-mad.mir
  test/CodeGen/AMDGPU/undefined-physreg-sgpr-spill.mir
  test/CodeGen/AMDGPU/vop-shrink-frame-index.mir
  test/CodeGen/ARM/fp16-litpool2-arm.mir
  test/CodeGen/ARM/fp16-litpool3-arm.mir
  test/CodeGen/MIR/AArch64/mirCanonCopyCopyProp.mir
  test/CodeGen/MIR/AArch64/mirCanonIdempotent.mir
  test/CodeGen/MIR/AArch64/stack-object-local-offset.mir
  test/CodeGen/MIR/X86/callee-saved-info.mir
  test/CodeGen/MIR/X86/expected-metadata-node-in-stack-object.mir
  test/CodeGen/MIR/X86/fixed-stack-di.mir
  test/CodeGen/MIR/X86/invalid-metadata-node-type.mir
  test/CodeGen/MIR/X86/spill-slot-fixed-stack-objects.mir
  test/CodeGen/MIR/X86/stack-object-debug-info.mir
  test/CodeGen/MIR/X86/stack-objects.mir
  test/CodeGen/MIR/X86/variable-sized-stack-objects.mir
  test/CodeGen/Mips/micromips-eva.mir
  test/CodeGen/Mips/msa/emergency-spill.mir
  test/CodeGen/PowerPC/convert-rr-to-ri-instrs.mir
  test/CodeGen/X86/GlobalISel/x32-select-frameIndex.mir
  test/CodeGen/X86/GlobalISel/x86-select-frameIndex.mir
  test/CodeGen/X86/GlobalISel/x86_64-select-frameIndex.mir
  test/CodeGen/X86/fixed-stack-di-mir.ll
  test/CodeGen/X86/movtopush.mir
  test/CodeGen/X86/pr30821.mir
  test/DebugInfo/MIR/AArch64/implicit-def-dead-scope.mir
  test/DebugInfo/MIR/Mips/last-inst-bundled.mir
  test/DebugInfo/MIR/X86/kill-after-spill.mir
  test/DebugInfo/X86/live-debug-vars-dse.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46032.143901.patch
Type: text/x-patch
Size: 50360 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180425/ca9c97a6/attachment.bin>


More information about the llvm-commits mailing list