summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/vec_demanded_elts.ll
Commit message (Expand)AuthorAge
* Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easie...Stephen Lin2013-07-14
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* Revert r164763 because it introduces new shuffles.Nadav Rotem2013-05-06
* Prefer shuffles to selects. Backends love shuffles!Nick Lewycky2012-09-27
* Simplify demanded bits of select sources where the condition is a constant ve...Pete Cooper2012-07-26
* Teach SimplifyDemandedBits how to look through fpext and fptrunc to simplify ...Pete Cooper2012-07-26
* Make demanded-elt simplification for shufflevector slightly stronger. Spotte...Eli Friedman2011-09-15
* Move test to Transforms/InstCombine.Stuart Hastings2011-05-19
* Teach instcombine about the rest of the SSE and SSE2 conversionChandler Carruth2011-01-10
* Fold two related tests into the newly FileCheck-ized test, migratingChandler Carruth2011-01-10
* Clean up and FileCheck-ize a test.Chandler Carruth2011-01-10
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-11
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-08
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-04
* manually upgrade test. Add a new test2. I have no way to see if this worksChris Lattner2007-04-14
* For PR1319:Reid Spencer2007-04-14
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* new testcaseChris Lattner2006-10-05