[PATCH] SimplifyCFG: Avoid miscompilations due to removed lifetime intrinsics

Reid Kleckner rnk at google.com
Mon Jul 28 14:20:54 PDT 2014


I guess this is OK for now. We really need to revisit the design of lifetime.end and start.  We might want to invent something much more limited to describe the scope of stack objects, instead of having this general thing intended to describe heap allocations as well.

http://reviews.llvm.org/D4699






More information about the llvm-commits mailing list