Expand MOVi32imm in ARM mode after regalloc. This provides
authorAnton Korobeynikov <asl@math.spbu.ru>
Mon, 30 Aug 2010 22:50:36 +0000 (22:50 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Mon, 30 Aug 2010 22:50:36 +0000 (22:50 +0000)
commit6d1e29d2f203093e3e03f15173c0f36637d3afe3
treedf6863a1b8a797edbfcd344429626376c3ff4e89
parentf523b3e0878ea47e72b7d880b8fd18a33636fbde
Expand MOVi32imm in ARM mode after regalloc. This provides
scheduling opportunities (extra instruction can go in between
MOVT / MOVW pair removing the stall).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112546 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMExpandPseudoInsts.cpp