Transform (x&C)>V into (x&C)!=0 where possible
[oota-llvm.git] / test / Transforms / GlobalOpt / constantfold-initializers.ll
2012-04-24 Chandler CarruthFix a crash on valid (if UB) bitcode that is produced...
2012-02-21 Nick LewyckyUse the target-aware constant folder on expressions...
2009-11-23 Dan GohmanMake ConstantFoldConstantExpression recursively visit...