updated patch for the ARM fused multiply add/sub
authorSebastian Pop <spop@codeaurora.org>
Mon, 5 Mar 2012 17:39:52 +0000 (17:39 +0000)
committerSebastian Pop <spop@codeaurora.org>
Mon, 5 Mar 2012 17:39:52 +0000 (17:39 +0000)
commit74bebde7c4e2d1cfd4a16c19ce3c87521df67639
tree07fd9dda4ac83ae4cf874a76cc41b70a61720229
parent43ec0f4921e315dd9507be7467e633a837ad23db
updated patch for the ARM fused multiply add/sub

In this update:
- I assumed neon2 does not imply vfpv4, but neon and vfpv4 imply neon2.
- I kept setting .fpu=neon-vfpv4 code attribute because that is what the
assembler understands.

Patch by Ana Pazos <apazos@codeaurora.org>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152036 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARM.td
lib/Target/ARM/ARMAsmPrinter.cpp
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/ARMInstrNEON.td
lib/Target/ARM/ARMInstrVFP.td
lib/Target/ARM/ARMSubtarget.cpp
lib/Target/ARM/ARMSubtarget.h
test/CodeGen/ARM/fusedMAC.ll