[PATCH] D85368: [llvm][CodeGen] Machine Function Splitter
Snehasish Kumar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 25 15:41:23 PDT 2020
snehasish updated this revision to Diff 287785.
snehasish added a comment.
Add a comment to explain renumbering, FIXME for ehpads.
- Added a comment to explain why renumbering blocks is necessary.
- Added a FIXME and pointer to exceptions splitting patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85368/new/
https://reviews.llvm.org/D85368
Files:
llvm/include/llvm/CodeGen/BasicBlockSectionUtils.h
llvm/include/llvm/CodeGen/CommandFlags.h
llvm/include/llvm/CodeGen/MachineFunction.h
llvm/include/llvm/CodeGen/Passes.h
llvm/include/llvm/InitializePasses.h
llvm/include/llvm/Target/TargetOptions.h
llvm/lib/CodeGen/BasicBlockSections.cpp
llvm/lib/CodeGen/CMakeLists.txt
llvm/lib/CodeGen/CommandFlags.cpp
llvm/lib/CodeGen/MachineFunctionSplitter.cpp
llvm/lib/CodeGen/TargetPassConfig.cpp
llvm/test/CodeGen/X86/machine-function-splitter.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85368.287785.patch
Type: text/x-patch
Size: 27031 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200825/23eb8f69/attachment.bin>
More information about the llvm-commits
mailing list