In http://reviews.llvm.org/D8034#133875, @rsmith wrote:
> Don't you also need a change to avoid performing the dynamic initialization > of the temporary? (If not, where and how do we catch that case?) Not sure if I understand. If the temporary needs dynamic initialization then we can't constant fold the initializer and fall through to the existing CreateMemTemp call. http://reviews.llvm.org/D8034 EMAIL PREFERENCES http://reviews.llvm.org/settings/panel/emailpreferences/ _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
