diff options
author | Hao Liu <Hao.Liu@arm.com> | 2013-12-25 07:12:34 +0000 |
---|---|---|
committer | Hao Liu <Hao.Liu@arm.com> | 2013-12-25 07:12:34 +0000 |
commit | 83799741fb289d523f05c49f4beb562986637c43 (patch) | |
tree | 90ca290bc53e9f52c06b173b48cf13c8caf27954 /lldb/scripts/Python/python-wrapper.swig | |
parent | 6322e036aa7ef1bf97b10708765a80d661fff672 (diff) | |
download | llvm-83799741fb289d523f05c49f4beb562986637c43.zip llvm-83799741fb289d523f05c49f4beb562986637c43.tar.gz llvm-83799741fb289d523f05c49f4beb562986637c43.tar.bz2 |
[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]
llvm-svn: 198001
Diffstat (limited to 'lldb/scripts/Python/python-wrapper.swig')
0 files changed, 0 insertions, 0 deletions