summaryrefslogtreecommitdiff
path: root/cmake/modules
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanak@gmail.com>2011-08-16 03:51:51 +0000
committerAkira Hatanaka <ahatanak@gmail.com>2011-08-16 03:51:51 +0000
commit614051a1c534aff052152b0162a414b3271e8fca (patch)
tree019e11b687f2e95ffdc968669d1f325272883b90 /cmake/modules
parent8957481e6a3a4217499f739bae24401576ade078 (diff)
downloadllvm-614051a1c534aff052152b0162a414b3271e8fca.tar.gz
llvm-614051a1c534aff052152b0162a414b3271e8fca.tar.bz2
llvm-614051a1c534aff052152b0162a414b3271e8fca.tar.xz
Fix handling of double precision loads and stores when Mips1 is targeted.
Mips1 does not support double precision loads or stores, therefore two single precision loads or stores must be used in place of these instructions. This patch treats double precision loads and stores as if they are legal instructions until MCInstLowering, instead of generating the single precision instructions during instruction selection or Prolog/Epilog code insertion. Without the changes made in this patch, llc produces code that has the same problem described in r137484 or bails out when MipsInstrInfo::storeRegToStackSlot or loadRegFromStackSlot is called before register allocation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137711 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake/modules')
0 files changed, 0 insertions, 0 deletions