(1) Try to evaluate constant when multiplying 2 constants.
authorVikram S. Adve <vadve@cs.uiuc.edu>
Sun, 13 Oct 2002 00:18:57 +0000 (00:18 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Sun, 13 Oct 2002 00:18:57 +0000 (00:18 +0000)
commitd3e26482ffce62f1abba49bf2018c6486e3082da
tree839f5467013b05c8d1b024136d6d1bea592fcd33
parent04ef49985b83210666c44803ba56491a4f5293fc
(1) Try to evaluate constant when multiplying 2 constants.
(2) Use intelligent multiply selection code for array allocas.
(3) Don't use cache padding for alloca'd stack slots!
(4) Bug fix in handling call arguments: was not copying sixth FP arg
    to int reg. when calling a function with no prototype.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4130 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/SparcV9/SparcV9InstrSelection.cpp