ConstantFold, InstSimplify: undef >>a x can be either -1 or 0, choose 0
[oota-llvm.git] / test / Transforms / InstCombine / AddOverFlow.ll
2014-06-19 Jingyue Wu[ValueTracking] Extend range metadata to call/invoke
2014-06-17 Jingyue Wu[InstCombine] mark ADD with nuw if no unsigned overflow
2014-06-04 Rafael Espindola InstCombine: Improvement to check if signed addition...