[PATCH] D14338: [DebugInfo] Fix ARM/AArch64 prologue_end position. Related to D11268.
Oleg Ranevskyy via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 4 10:53:07 PST 2015
iid_iunknown created this revision.
iid_iunknown added a reviewer: kubabrecka.
iid_iunknown added subscribers: asl, llvm-commits.
iid_iunknown set the repository for this revision to rL LLVM.
Herald added subscribers: dsanders, jyknight, rengolin, aemerson.
This review is related to another review request http://reviews.llvm.org/D11268, does the same and merely fixes a couple of issues with it.
D11268 is quite old and has merge conflicts against the current trunk.
This request
- rebases D11268 onto the new trunk;
- resolves the merge conflicts;
- fixes the prologue_end tests, which do not pass due to the subprogram definitions not marked as distinct.
Repository:
rL LLVM
http://reviews.llvm.org/D14338
Files:
lib/Target/AArch64/AArch64FrameLowering.cpp
lib/Target/ARM/ARMFrameLowering.cpp
lib/Target/ARM/Thumb1FrameLowering.cpp
lib/Target/Mips/Mips16FrameLowering.cpp
lib/Target/Mips/Mips16ISelDAGToDAG.cpp
lib/Target/Mips/Mips16InstrInfo.cpp
lib/Target/Sparc/SparcFrameLowering.cpp
lib/Target/SystemZ/SystemZFrameLowering.cpp
lib/Target/X86/X86FrameLowering.cpp
test/DebugInfo/AArch64/prologue_end.ll
test/DebugInfo/ARM/prologue_end.ll
test/DebugInfo/Sparc/prologue_end.ll
test/DebugInfo/SystemZ/prologue_end.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14338.39217.patch
Type: text/x-patch
Size: 23744 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151104/df7e4cfa/attachment.bin>
More information about the llvm-commits
mailing list