[PATCH] D32331: Hoist loads known to be in bounds of allocations

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 24 21:48:32 PDT 2017


reames abandoned this revision.
reames added a comment.

The test case Sanjoy added shows a fatal flaw in this approach.  If free is possible, my reason would have to be context sensitive and that's not worth implementing at this time.


https://reviews.llvm.org/D32331





More information about the llvm-commits mailing list