[PATCH] D68065: Propeller: LLD Support for Basic Block Sections
Sriraman Tallam via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 4 15:37:07 PST 2020
tmsriram updated this revision to Diff 242445.
tmsriram added a reviewer: davidxl.
tmsriram added a comment.
Splitting the LLD patches for ease of review:
1. This is the parent LLD patch that deletes jump instructions that are just fall-throughs.
2. This also fixes symbols after input sections are shrunk due to jump deletion.
3. Propeller and other optimizations will be done as separate patches.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68065/new/
https://reviews.llvm.org/D68065
Files:
lld/ELF/Arch/X86_64.cpp
lld/ELF/Config.h
lld/ELF/Driver.cpp
lld/ELF/InputSection.cpp
lld/ELF/LTO.cpp
lld/ELF/Options.td
lld/ELF/OutputSections.cpp
lld/ELF/Target.h
lld/ELF/Writer.cpp
lld/test/ELF/bb-sections-optimize-jumps.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68065.242445.patch
Type: text/x-patch
Size: 22239 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200204/9465ef15/attachment.bin>
More information about the llvm-commits
mailing list