[PATCH] D36160: Add "Restored" flag to CalleeSavedInfo
Krzysztof Parzyszek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 7 12:18:33 PDT 2017
kparzysz updated this revision to Diff 110051.
kparzysz retitled this revision from "Liveness issues in tail merging, and the ARM::LR saved-but-not-restored" to "Add "Restored" flag to CalleeSavedInfo".
kparzysz edited the summary of this revision.
kparzysz added a comment.
Clean up the patch, move the branch folding part into a separate review.
Repository:
rL LLVM
https://reviews.llvm.org/D36160
Files:
include/llvm/CodeGen/MachineFrameInfo.h
include/llvm/Target/TargetFrameLowering.h
lib/CodeGen/LivePhysRegs.cpp
lib/CodeGen/PrologEpilogInserter.cpp
lib/Target/AArch64/AArch64FrameLowering.cpp
lib/Target/AArch64/AArch64FrameLowering.h
lib/Target/ARM/ARMFrameLowering.cpp
lib/Target/ARM/ARMFrameLowering.h
lib/Target/ARM/Thumb1FrameLowering.cpp
lib/Target/ARM/Thumb1FrameLowering.h
lib/Target/AVR/AVRFrameLowering.cpp
lib/Target/AVR/AVRFrameLowering.h
lib/Target/Hexagon/HexagonFrameLowering.h
lib/Target/MSP430/MSP430FrameLowering.cpp
lib/Target/MSP430/MSP430FrameLowering.h
lib/Target/Mips/Mips16FrameLowering.cpp
lib/Target/Mips/Mips16FrameLowering.h
lib/Target/PowerPC/PPCFrameLowering.cpp
lib/Target/PowerPC/PPCFrameLowering.h
lib/Target/SystemZ/SystemZFrameLowering.cpp
lib/Target/SystemZ/SystemZFrameLowering.h
lib/Target/X86/X86FrameLowering.cpp
lib/Target/X86/X86FrameLowering.h
lib/Target/XCore/XCoreFrameLowering.cpp
lib/Target/XCore/XCoreFrameLowering.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36160.110051.patch
Type: text/x-patch
Size: 20063 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170807/f81902ce/attachment.bin>
More information about the llvm-commits
mailing list