[PATCH] D17795: [X86] Don't give catch objects a displacement of zero

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 2 08:51:34 PST 2016


rnk added a comment.

We discussed a more general solution of reclassifying all catch objects as fixed stack objects and completely taking over the frame layout of those objects. This solves a separate problem with catch objects and stack realignment.


http://reviews.llvm.org/D17795





More information about the llvm-commits mailing list