[PATCH] D12943: [WinEH] Add a funclet layout pass

David Majnemer via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 17 13:30:11 PDT 2015


majnemer created this revision.
majnemer added a reviewer: rnk.
majnemer added a subscriber: llvm-commits.

Windows EH funclets need to be contiguous.  The FuncletLayout pass will
ensure that the funclets are together and begin with a funclet entry MBB.

http://reviews.llvm.org/D12943

Files:
  include/llvm/CodeGen/Passes.h
  include/llvm/InitializePasses.h
  lib/CodeGen/CMakeLists.txt
  lib/CodeGen/CodeGen.cpp
  lib/CodeGen/FuncletLayout.cpp
  lib/CodeGen/Passes.cpp
  test/CodeGen/X86/funclet-layout.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12943.35030.patch
Type: text/x-patch
Size: 6328 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150917/df5c4db3/attachment.bin>


More information about the llvm-commits mailing list