[PATCH] D16783: [LICM] Store promotion when memory is thread local

Philip Reames via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 4 13:44:46 PST 2016


reames added a comment.

In http://reviews.llvm.org/D16783#367396, @sanjoy wrote:

> Overall the logic lgtm.  However, should this be disabled when optimizing for size?


Why would the thread local version be disabled when optimizing for size and not the existing code?  That doesn't seem to make any sense.


http://reviews.llvm.org/D16783





More information about the llvm-commits mailing list