aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/cast-mul-select.ll
Commit message (Expand)AuthorAgeFilesLines
* unify the code that determines whether it is a good idea to change the typeChris Lattner2009-11-101-1/+1
* make instcombine only rewrite a chain of computation Chris Lattner2009-11-071-0/+2
* Convert the rest of the InstCombine tests from notcast to FileCheck.Edward O'Callaghan2009-10-121-1/+11
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-1/+1
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-1/+1
* Fix missed optimization opportunity when analyzing cast of mul and select.Nick Lewycky2008-07-051-0/+29