[PATCH] D17391: [WinEH] Hoist state stores from successors

David Majnemer via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 18 09:41:12 PST 2016


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

If we know that all of our successors want to be in the exact same
state, it makes sense to hoist the state transition into their common
predecessor.

http://reviews.llvm.org/D17391

Files:
  lib/Target/X86/X86WinEHState.cpp
  test/CodeGen/X86/win-catchpad.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17391.48347.patch
Type: text/x-patch
Size: 3447 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160218/b2501014/attachment.bin>


More information about the llvm-commits mailing list