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

Z. Zheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 23 11:20:47 PDT 2017


zzheng closed this revision.
zzheng added a comment.

rebased and commited as r298631


Repository:
  rL LLVM

https://reviews.llvm.org/D28308





More information about the llvm-commits mailing list