ConstantFold: div undef, 0 should fold to undef, not zero
[oota-llvm.git] / test / Transforms / InstSimplify / undef.ll
2014-12-10 David MajnemerConstantFold: div undef, 0 should fold to undef, not...
2014-12-10 David MajnemerInstSimplify: [al]shr exact undef, %X -> undef
2014-12-10 David MajnemerInstSimplify: div %X, 0 -> undef
2014-01-24 Benjamin KramerInstSimplify: Make shift, select and GEP simplification...
2011-11-04 Dan GohmanAdd tests for existing InstSimplify features.
2011-11-04 Dan GohmanTeach instsimplify to simplify calls to undef.
2011-07-01 Dan GohmanImprove constant folding of undef for cmp and select...