Skip to content
Commit 83799741 authored by Hao Liu's avatar Hao Liu
Browse files

[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
parent 6322e036
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment