summaryrefslogtreecommitdiff
path: root/test/Transforms/Reassociate/shift-factor.ll
Commit message (Expand)AuthorAge
* [Reassociate] FileCheckize and cleanup a few testcases. No functional changeChad Rosier2014-06-11
* Convert more tests to avoid llvm-as.Dan Gohman2009-09-11
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-08
* Upgrade tests to not use llvm-upgrade.Tanya Lattner2008-03-19
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-15
* For PR1319:Reid Spencer2007-04-16
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* Test that we can reassociate (x<<1)+(y<<1) -> (X+Y)<<1.Chris Lattner2006-03-14