[AArch64] Add pass to enable additional comparison optimizations by CSE.
[oota-llvm.git] / test / CodeGen / AArch64 / sdivpow2.ll
2014-07-23 Chad Rosier[AArch64] Lower sdiv x, pow2 using add + select + shift.