InstCombine: If we call llvm.objectsize on a malloc call we can replace it with the...
[oota-llvm.git] / test / Transforms / InstCombine / udiv-simplify-bug-1.ll
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2008-11-27 Nick LewyckyChris prefers icmp/select over udiv!
2008-05-02 Dan GohmanFix a mistake in the computation of leading zeros for...