Test cleanup for D38128 llvm-svn: 338262
Optimize the select instructions sequence to use the EFLAGS directly from a compare when possible. llvm-svn: 211543
The condition in selects is supposed to be i1. Make sure we are just reading the less significant bit of the 8 bits width value to match this constraint. <rdar://problem/15651765> llvm-svn: 197712