Remove spurious mask operations from AArch64 add->compares on 16 and 8 bit values
[oota-llvm.git] / test / CodeGen / AArch64 / sdivpow2.ll
2014-07-23 Chad Rosier[AArch64] Lower sdiv x, pow2 using add + select + shift.