* AArch64: enable TARMAsmOptimizer.OptPass1And

git-svn-id: trunk@45544 -
This commit is contained in:
florian 2020-05-31 21:40:59 +00:00
parent 8ffd756546
commit 42e4d66c5e

View File

@ -548,11 +548,12 @@ Implementation
A_ASR, A_ASR,
A_LSL: A_LSL:
Result:=OptPass1Shift(p); Result:=OptPass1Shift(p);
A_AND:
Result:=OptPass1And(p);
A_ADD, A_ADD,
A_ADC, A_ADC,
A_SUB, A_SUB,
A_SBC, A_SBC,
A_AND,
A_BIC, A_BIC,
A_EOR, A_EOR,
A_ORR, A_ORR,