[PATCH] D12743: [CodeGen] Teach SimplifyPersonality about the updated LandingPadInst

Vedant Kumar via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 9 21:34:58 PDT 2015


vsk updated the summary for this revision.
vsk updated this revision to Diff 34408.
vsk added a comment.

Thanks for the review.

- Addressed if (!U) bug.
- Added test which loads a personality function, confirmed that we crash without the proper `if (!F)' check.


http://reviews.llvm.org/D12743

Files:
  lib/CodeGen/CGException.cpp
  test/CodeGenObjCXX/exception-cxx.mm
  test/CodeGenObjCXX/personality-abuse.mm

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12743.34408.patch
Type: text/x-patch
Size: 4695 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150910/f09c97af/attachment.bin>


More information about the cfe-commits mailing list