Expand unaligned i16 loads/stores for the Mips backend.
authorAkira Hatanaka <ahatanaka@mips.com>
Sat, 2 Jun 2012 00:02:45 +0000 (00:02 +0000)
committerAkira Hatanaka <ahatanaka@mips.com>
Sat, 2 Jun 2012 00:02:45 +0000 (00:02 +0000)
commitf66b7b1ff667bbcf9d71f540488b49b38bf72b1d
treeea0b4a2d674249d4f6c32c33cb32795420876728
parentbed5b0db452f9f94facf260ca8667cf670c26c5c
Expand unaligned i16 loads/stores for the Mips backend.

This is the first of a series of patches which make changes to the backend to
emit unaligned load/store instructions (lwl,lwr,swl,swr) during instruction
selection.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157862 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/MipsISelLowering.cpp