[PATCH] D18196: [CodeGen] Emit lifetime.end intrinsic after destructor call in landing pad
    John McCall via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Tue Mar 15 16:49:11 PDT 2016
    
    
  
rjmccall added a comment.
You should talk to Reid or someone else involved in MSVC-style EH support to ensure that they generate a reasonable code pattern for this.
You should also check that any back-end peepholes we have in place (null type infos to signify a call-terminate landingpad?) aren't disturbed by the lifetime intrinsics.
http://reviews.llvm.org/D18196
    
    
More information about the cfe-commits
mailing list