[PATCH] D28308: [SCEV] Model ashr(shl(x, n), m) as mul(x, 2^(n-m)) when n > m

Sanjoy Das via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 1 00:42:41 PST 2017


sanjoy added a comment.

In https://reviews.llvm.org/D28308#662016, @efriedma wrote:

> Sanjoy, would you mind looking over this?  I'd like a second set of eyes on this.


I'll take a look at this sometime this week.


Repository:
  rL LLVM

https://reviews.llvm.org/D28308





More information about the llvm-commits mailing list