aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/mul_const.ll
Commit message (Collapse)AuthorAgeFilesLines
* Some cheap DAG combine goodness for multiplication with a particular constant.Anton Korobeynikov2010-05-151-4/+30
| | | | | | This can be extended later on to handle more "complex" constants. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103881 91177308-0d34-0410-b5e6-96231b3b80d8
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-091-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81293 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix ARM isle code that optimize multiply by constants which are power-of-2 ↵Evan Cheng2009-07-211-0/+17
+/- 1. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76520 91177308-0d34-0410-b5e6-96231b3b80d8