[PATCH] D61461: When removing inalloca, convert to static alloca
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 2 16:04:03 PDT 2019
rnk added a comment.
I think all my comments are addressed, but @efriedma made a good point about the lifetime marker placement along exceptional exits from inalloca construction. I think we probably shouldn't worry about it and just go with this, but I'm biased, since we don't use EH. =S
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61461/new/
https://reviews.llvm.org/D61461
More information about the llvm-commits
mailing list