VFP single precision arith instructions can go down to NEON pipeline, but on Cortex...
authorEvan Cheng <evan.cheng@apple.com>
Tue, 22 Feb 2011 19:53:14 +0000 (19:53 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 22 Feb 2011 19:53:14 +0000 (19:53 +0000)
commit6557bce3ec8d5a82b2ea299a18cb51677b299633
tree8cb296c4fb21b11e13d819b58b36f2c4cd7cd655
parent50d280c14ee1c25fc8e6cb6f59af44f754edce42
VFP single precision arith instructions can go down to NEON pipeline, but on Cortex-A8 only.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126238 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMBaseInstrInfo.h
lib/Target/ARM/ARMHazardRecognizer.cpp
lib/Target/ARM/ARMInstrFormats.td
lib/Target/ARM/ARMInstrVFP.td
lib/Target/ARM/MLxExpansionPass.cpp
lib/Target/ARM/NEONMoveFix.cpp