| commit | 2a720d933a130b07b3e7ebe85a072243a9dd84d8 | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Sun Feb 13 09:02:52 2011 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Sun Feb 13 09:02:52 2011 +0000 |
| tree | 728883882db9b884656f85b48527fa9364faddca | |
| parent | 20541a6da6a65f30f2890bf7d5498969d13e19b8 [diff] |
fix visitShift to properly zero extend the shift amount if the provided operand is narrower than the shift register. Doing an anyext provides undefined bits in the top part of the register. llvm-svn: 125457