aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Basic/SourceManager.cpp
diff options
context:
space:
mode:
authorJingyue Wu <jingyue@google.com>2015-04-06 17:15:48 +0000
committerJingyue Wu <jingyue@google.com>2015-04-06 17:15:48 +0000
commit96d74006fda3b47d19ca1ad5a663d59af9fed21e (patch)
tree9b75d1a51867c5a3b251badd3822db9053a1dc58 /clang/lib/Basic/SourceManager.cpp
parent07e063e44c2348d23b2d7f249e7da3be56c20760 (diff)
downloadllvm-96d74006fda3b47d19ca1ad5a663d59af9fed21e.zip
llvm-96d74006fda3b47d19ca1ad5a663d59af9fed21e.tar.gz
llvm-96d74006fda3b47d19ca1ad5a663d59af9fed21e.tar.bz2
[SLSR] consider &B[S << i] as &B[(1 << i) * S]
Summary: This reduces handling &B[(1 << i) * s] to handling &B[i * S]. Test Plan: slsr-gep.ll Reviewers: meheff Subscribers: sanjoy, llvm-commits Differential Revision: http://reviews.llvm.org/D8837 llvm-svn: 234180
Diffstat (limited to 'clang/lib/Basic/SourceManager.cpp')
0 files changed, 0 insertions, 0 deletions