[PATCH] D14842: [WinEH] Fix two cases where instructions can incorrectly be inserted into EH pads

Andy Kaylor via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 19 13:52:40 PST 2015


andrew.w.kaylor updated this revision to Diff 40702.
andrew.w.kaylor added a comment.

Simplified isEHPad condition as suggested.

I'm happy to commit these changes separately.  You are correct that they are functionally independent.  It seemed like it would be easier to review them together given how similar the cases are.  Will Phabricator me unhappy with me if I try to tag two different commits with the same differential revision?


Repository:
  rL LLVM

http://reviews.llvm.org/D14842

Files:
  lib/CodeGen/CodeGenPrepare.cpp
  lib/Transforms/Scalar/GVN.cpp
  test/Transforms/CodeGenPrepare/catchpad-phi-cast.ll
  test/Transforms/GVN/pre-load.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14842.40702.patch
Type: text/x-patch
Size: 4827 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151119/b65f542b/attachment.bin>


More information about the llvm-commits mailing list