[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
Mon Jan 16 16:28:44 PST 2017
zzheng updated this revision to Diff 84612.
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.84612.patch
Type: text/x-patch
Size: 6297 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170117/1725ebaf/attachment.bin>
More information about the llvm-commits
mailing list