[AArch64]Fix a problem that the register order of fmls/fmla by element is incorrect.
authorHao Liu <Hao.Liu@arm.com>
Wed, 25 Dec 2013 07:12:34 +0000 (07:12 +0000)
committerHao Liu <Hao.Liu@arm.com>
Wed, 25 Dec 2013 07:12:34 +0000 (07:12 +0000)
commit0f6ebf1aa3272a525526850f76fbb4ddbec65df6
tree62c08021b7211779dc3cd47030face97d4f7f023
parent64cd49e624ebccbb72ec26eabfaee1befd77244f
[AArch64]Fix a problem that the register order of fmls/fmla by element is incorrect.
E.g. the codegen result is
     fmls v1.2s, v0.2s, v2.s[3]
which is expected to be
     fmls v0.2s, v1.2s, v2.s[3]

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198001 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AArch64/AArch64InstrNEON.td
test/CodeGen/AArch64/neon-2velem.ll