[PATCH] D66935: [AArch64][DebugInfo] Do not recompute CalleeSavedStackSize
Sander de Smalen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 2 08:34:32 PDT 2019
sdesmalen updated this revision to Diff 218375.
sdesmalen added a comment.
- Introduced a new method `getCalleeSaves` that fills in a BitVector with the callee-saves if `isCalleeSavedInfoValid()` is true.
- Replaced uses of `determineCalleeSaves` with `getCalleeSaves` in LiveDebugValues, RegUsageInfoCollector and RegisterScavenging.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66935/new/
https://reviews.llvm.org/D66935
Files:
llvm/include/llvm/CodeGen/TargetFrameLowering.h
llvm/lib/CodeGen/LiveDebugValues.cpp
llvm/lib/CodeGen/RegUsageInfoCollector.cpp
llvm/lib/CodeGen/RegisterScavenging.cpp
llvm/lib/CodeGen/TargetFrameLoweringImpl.cpp
llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
llvm/test/CodeGen/AArch64/wrong-callee-save-size-after-livedebugvariables.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66935.218375.patch
Type: text/x-patch
Size: 9354 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190902/2fbac341/attachment.bin>
More information about the llvm-commits
mailing list