aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/bitcount.ll
AgeCommit message (Expand)Author
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2007-08-04This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth
2007-04-14For PR1319:Reid Spencer
2007-04-02fix this testcase so it passesChris Lattner
2007-04-02Fix illegal assembly syntax.Reid Spencer
2007-04-02Add a test case to make sure that constant folding of the bit countingReid Spencer