diff options
| author | Michael Liao <michael.liao@intel.com> | 2013-06-21 18:45:27 +0000 |
|---|---|---|
| committer | Michael Liao <michael.liao@intel.com> | 2013-06-21 18:45:27 +0000 |
| commit | 62ebfd8786e6566b9a8abb66408920bc24cfaedf (patch) | |
| tree | 31c1be87804a30d2938620f948f6b15c6aad7ac9 /llvm/lib/CodeGen/MachineLICM.cpp | |
| parent | 5749b8be01e33db68f5ad69541b2288553b53aa7 (diff) | |
| download | bcm5719-llvm-62ebfd8786e6566b9a8abb66408920bc24cfaedf.tar.gz bcm5719-llvm-62ebfd8786e6566b9a8abb66408920bc24cfaedf.zip | |
Fix PR16360
When (srl (anyextend x), c) is folded into (anyextend (srl x, c)), the
high bits are not cleared. Add 'and' to clear off them.
llvm-svn: 184575
Diffstat (limited to 'llvm/lib/CodeGen/MachineLICM.cpp')
0 files changed, 0 insertions, 0 deletions

