"lldb/test/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "7fcf0c131bc198de245e65f35b380af02b085dde"
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; } llvm-svn: 17175
Loading
Please register or sign in to comment