mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 07:09:23 +02:00
* AArch64: fix spilling information for BFI
git-svn-id: trunk@49312 -
This commit is contained in:
parent
6a35227a50
commit
5ca1e37fb6
@ -1061,7 +1061,8 @@ implementation
|
|||||||
{ check for pre/post indexed in spilling_get_operation_type_ref }
|
{ check for pre/post indexed in spilling_get_operation_type_ref }
|
||||||
result:=operand_read;
|
result:=operand_read;
|
||||||
end;
|
end;
|
||||||
A_MOVK:
|
A_MOVK,
|
||||||
|
A_BFI:
|
||||||
begin
|
begin
|
||||||
if opnr=0 then
|
if opnr=0 then
|
||||||
result:=operand_readwrite
|
result:=operand_readwrite
|
||||||
@ -1074,7 +1075,6 @@ implementation
|
|||||||
A_ADRP,
|
A_ADRP,
|
||||||
A_AND,
|
A_AND,
|
||||||
A_ASR,
|
A_ASR,
|
||||||
A_BFI,
|
|
||||||
A_BFXIL,
|
A_BFXIL,
|
||||||
A_CLZ,
|
A_CLZ,
|
||||||
A_CSEL,
|
A_CSEL,
|
||||||
|
Loading…
Reference in New Issue
Block a user