Turn neon reg-reg moves fixup code into separate pass. This should reduce the compile...
authorAnton Korobeynikov <asl@math.spbu.ru>
Tue, 3 Nov 2009 01:04:26 +0000 (01:04 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Tue, 3 Nov 2009 01:04:26 +0000 (01:04 +0000)
commit7aaf94bb0dde65e70b417208aaf859f7292a31d1
tree4d54690af71c6c2e9b2b706f355cd8840581fe9d
parent7b360e7f29ef0c09b2b59f33ee3d0be76389c13e
Turn neon reg-reg moves fixup code into separate pass. This should reduce the compile time.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85850 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARM.h
lib/Target/ARM/ARMBaseInstrInfo.cpp
lib/Target/ARM/ARMTargetMachine.cpp
lib/Target/ARM/NEONMoveFix.cpp [new file with mode: 0644]