Nate Begeman 31dfc52b81 Kill casts from integer types to unsigned byte, when the cast was only used
as the shift amount operand to a shift instruction.  This was causing us to
emit unnecessary clear operations for code such as:
int foo(int x) { return 1 << x; }


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17175 91177308-0d34-0410-b5e6-96231b3b80d8
2004-10-23 00:50:23 +00:00
..
2004-10-22 03:35:04 +00:00
2004-09-01 22:55:40 +00:00
2004-10-22 03:35:04 +00:00
2004-10-22 03:35:04 +00:00
2004-10-22 03:35:04 +00:00
2004-10-22 03:35:04 +00:00
2004-10-22 03:35:04 +00:00
2004-10-22 03:35:04 +00:00
2004-10-22 03:35:04 +00:00
2004-09-15 01:34:42 +00:00