[PATCH] D85368: [llvm][CodeGen] Machine Function Splitter

Snehasish Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 18 19:31:20 PDT 2020


snehasish updated this revision to Diff 286459.
snehasish added a comment.

Address review comments.

- Remove excluded section attribute option.
- Don't split functions which have a section attribute.
- Add a test for ehpads.
- Remove redundant comments and clang-format.


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.286459.patch
Type: text/x-patch
Size: 26560 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200819/b212887a/attachment.bin>


More information about the llvm-commits mailing list