mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-26 23:32:58 +00:00
[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
This commit is contained in:
parent
64cd49e624
commit
0f6ebf1aa3
@ -7258,7 +7258,7 @@ class NI_2VEswap_laneq<Instruction INST, Operand OpImm, SDPatternOperator op,
|
||||
ValueType ResTy, ValueType OpTy,
|
||||
SDPatternOperator coreop>
|
||||
: Pat<(ResTy (op (ResTy (coreop (OpTy OpVPR:$Re), (i64 OpImm:$Index))),
|
||||
(ResTy ResVPR:$src), (ResTy ResVPR:$Rn))),
|
||||
(ResTy ResVPR:$Rn), (ResTy ResVPR:$src))),
|
||||
(INST ResVPR:$src, ResVPR:$Rn, OpVPR:$Re, OpImm:$Index)>;
|
||||
|
||||
// Pattern for lane 0
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user