[PATCH] D26685: [Analysis] Add Basic Escape Analysis

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 1 18:00:37 PST 2016


reames added a comment.

Can you give a bit of context on the expected use of this code?  In particular, how it differs from the existing capture tracking analysis which is used by various parts of the optimizer?  I'm generally in support of improving LLVM's escape analysis capabilities, I'm just looking for a bit more information.

p.s. There are a bunch of stylistic issues with the code which will need corrected.  I am not going to review carefully until the meta issue is settled.


Repository:
  rL LLVM

https://reviews.llvm.org/D26685





More information about the llvm-commits mailing list