[PATCH] D68783: [AArch64][DebugInfo] Do not recompute CalleeSavedStackSize (Take 2)

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 17 02:25:27 PDT 2019


sdesmalen updated this revision to Diff 225380.
sdesmalen retitled this revision from "[AArch64] Fix access to uninitialized CalleeSavedStackSize" to "[AArch64][DebugInfo] Do not recompute CalleeSavedStackSize (Take 2)".
sdesmalen edited the summary of this revision.
sdesmalen added a comment.
Herald added a subscriber: aprantl.

Squashed the commit with the changes in D66935 <https://reviews.llvm.org/D66935>.


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

https://reviews.llvm.org/D68783

Files:
  llvm/include/llvm/CodeGen/TargetFrameLowering.h
  llvm/lib/CodeGen/LiveDebugValues.cpp
  llvm/lib/CodeGen/RegUsageInfoCollector.cpp
  llvm/lib/CodeGen/TargetFrameLoweringImpl.cpp
  llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
  llvm/lib/Target/AArch64/AArch64MachineFunctionInfo.h
  llvm/lib/Target/ARM/ARMFrameLowering.cpp
  llvm/lib/Target/ARM/ARMFrameLowering.h
  llvm/test/CodeGen/AArch64/wrong-callee-save-size-after-livedebugvariables.mir
  llvm/test/DebugInfo/MIR/X86/live-debug-values-reg-copy.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68783.225380.patch
Type: text/x-patch
Size: 15177 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191017/efc0d82e/attachment.bin>


More information about the llvm-commits mailing list