mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 06:29:16 +02:00
* Aarch64: apply OptPass1Data to CSEL as well
git-svn-id: trunk@49414 -
This commit is contained in:
parent
9bc8f17f16
commit
5e3efa4455
@ -801,6 +801,7 @@ Implementation
|
|||||||
Result:=OptPass1Shift(p);
|
Result:=OptPass1Shift(p);
|
||||||
A_AND:
|
A_AND:
|
||||||
Result:=OptPass1And(p);
|
Result:=OptPass1And(p);
|
||||||
|
A_CSEL,
|
||||||
A_ADD,
|
A_ADD,
|
||||||
A_ADC,
|
A_ADC,
|
||||||
A_SUB,
|
A_SUB,
|
||||||
|
Loading…
Reference in New Issue
Block a user