[PATCH] D53779: [CodeExtractor] Allow extracting allocas within simple stack{save, restore} pairs

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 29 13:47:07 PDT 2018


vsk added a subscriber: t.p.northover.
vsk added a comment.

Eli points out that https://reviews.llvm.org/D53514 will improve the codegen for the use case I'm most interested in, but in a way that makes this patch a bit less relevant. While it should still be useful to deal with actual VLAs, I'll need some other solution to allow outlining calls to os_log.


https://reviews.llvm.org/D53779





More information about the llvm-commits mailing list