[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
Tue Mar 7 11:56:27 PST 2017


zzheng updated this revision to Diff 90903.
zzheng edited the summary of this revision.

Repository:
  rL LLVM

https://reviews.llvm.org/D28308

Files:
  lib/Analysis/ScalarEvolution.cpp
  test/Analysis/ScalarEvolution/flags-from-poison.ll
  test/Analysis/ScalarEvolution/scev-expander-reuse-unroll.ll
  test/Analysis/ScalarEvolution/sext-div.ll
  test/Analysis/ScalarEvolution/sext-mul.ll
  test/Analysis/ScalarEvolution/sext-zero.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28308.90903.patch
Type: text/x-patch
Size: 12465 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170307/556effbf/attachment.bin>


More information about the llvm-commits mailing list