[PATCH] D17004: [AArch64] Clean up callee-save CFI emission. NFC.
Geoff Berry via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 8 15:00:25 PST 2016
gberry created this revision.
gberry added reviewers: t.p.northover, rengolin, mcrosier, jmolloy.
gberry added a subscriber: llvm-commits.
gberry added a dependency: D17000: [AArch64] Reduce number of callee-save save/restores..
Herald added subscribers: mcrosier, rengolin, aemerson.
Avoid special case for FP, LR CFI emission and just allow general
AArch64FrameLowering::emitCalleeSavedFrameMoves() to handle them. Also,
stop recalculating the stack offsets in emitCalleeSavedFrameMoves()
since we can just reuse the previously calculated offset stored in the
MachineFrameInfo.
Depends on D17000
http://reviews.llvm.org/D17004
Files:
lib/Target/AArch64/AArch64FrameLowering.cpp
lib/Target/AArch64/AArch64FrameLowering.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17004.47260.patch
Type: text/x-patch
Size: 4312 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160208/57444e17/attachment.bin>
More information about the llvm-commits
mailing list