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

Z. Zheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 4 11:51:59 PST 2017


zzheng created this revision.
zzheng added reviewers: zinob, sanjoy.
zzheng added a subscriber: llvm-commits.
zzheng set the repository for this revision to rL LLVM.
Herald added a subscriber: mzolotukhin.

Repository:
  rL LLVM

https://reviews.llvm.org/D28308

Files:
  lib/Analysis/ScalarEvolution.cpp
  test/Analysis/ScalarEvolution/sext-mul.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28308.83100.patch
Type: text/x-patch
Size: 5013 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170104/2a8e065c/attachment.bin>


More information about the llvm-commits mailing list