[SimplifyCFG] Make the value type of the hole check bitmask a power-of-2.
[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...