Clean up previous cast optimization a bit. Also make zext elimination a bit...
Clean up previous cast optimization a bit. Also make zext elimination a bit more aggressive: if it's not necessary to emit an AND (i.e. high bits are already zero), it's profitable to evaluate the operand at a different type. llvm-svn: 62297
Loading
Please register or sign in to comment