소스 검색

+ apply OptPass1Data to variable shifting/rotating operations as well

florian 7 달 전
부모
커밋
1802a8c493
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      compiler/aarch64/aoptcpu.pas

+ 4 - 0
compiler/aarch64/aoptcpu.pas

@@ -1520,6 +1520,10 @@ Implementation
               Result:=OptPass1Shift(p);
             A_AND:
               Result:=OptPass1And(p);
+            A_LSRV,
+            A_RORV,
+            A_ASRV,
+            A_LSLV,
             A_UDIV,
             A_SDIV,
             A_NEG,