Fix type of LUXC1 and SUXC1. These instructions were incorrectly defined as
authorAkira Hatanaka <ahatanaka@mips.com>
Tue, 31 Jul 2012 18:16:49 +0000 (18:16 +0000)
committerAkira Hatanaka <ahatanaka@mips.com>
Tue, 31 Jul 2012 18:16:49 +0000 (18:16 +0000)
commit36bcc11236af961ff94820bf9817ecb4f98ace7e
tree3db676bf499fda12e01d320b70e50024227753a4
parent53b59d1d974184657edfd22779e0bb3653d164ec
Fix type of LUXC1 and SUXC1. These instructions were incorrectly defined as
single-precision load and store.

Also avoid selecting LUXC1 and SUXC1 instructions during isel. It is incorrect
to map unaligned floating point load/store nodes to these instructions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161063 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/MipsISelDAGToDAG.cpp
lib/Target/Mips/MipsISelLowering.cpp
lib/Target/Mips/MipsInstrFPU.td
test/CodeGen/Mips/fp-indexed-ls.ll
test/CodeGen/Mips/mips64-fp-indexed-ls.ll