aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/apint-shift.ll
Commit message (Expand)AuthorAgeFilesLines
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-30/+30
* Reapply r155136 after fixing PR12599.Jakob Stoklund Olesen2012-04-231-3/+13
* Revert r155136 "Defer some shl transforms to DAGCombine."Jakob Stoklund Olesen2012-04-201-13/+3
* Defer some shl transforms to DAGCombine.Jakob Stoklund Olesen2012-04-191-3/+13
* FileCheckizeJakob Stoklund Olesen2012-04-181-2/+59
* Nobody likes shifty instructions, but that was a bit strong.Jakob Stoklund Olesen2012-04-181-1/+1
* change the preferred canonical form for a sign extension to beChris Lattner2010-01-101-7/+0
* 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
* For PR1319:Reid Spencer2007-04-141-2/+1
* Add more test cases for APIntified InstCombine.Reid Spencer2007-03-231-0/+192