mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 07:19:27 +02:00
* Aarch64: operations affect always the full 64 bit register, so
TCpuAsmOptimizer.RegLoadedWithNewValue can use SuperRegistersEq
This commit is contained in:
parent
a7a689ca16
commit
a362c93f73
@ -114,7 +114,7 @@ Implementation
|
||||
|
||||
case p.oper[0]^.typ of
|
||||
top_reg:
|
||||
Result := (p.oper[0]^.reg = reg);
|
||||
Result := SuperRegistersEqual(p.oper[0]^.reg,reg);
|
||||
top_ref:
|
||||
Result :=
|
||||
(taicpu(p).oper[0]^.ref^.addressmode in [AM_PREINDEXED,AM_POSTINDEXED]) and
|
||||
|
Loading…
Reference in New Issue
Block a user