This website works better with JavaScript
Home
Explore
Help
Sign In
pascal
/
fpc
mirror of
https://gitlab.com/freepascal.org/fpc/source.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
+ Risc-V 32: apply OptPass1OP also on ADD
florian
1 year ago
parent
657e4bf838
commit
a4242e60b2
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
compiler/riscv/aoptcpurv.pas
+ 1
- 0
compiler/riscv/aoptcpurv.pas
View File
@@ -477,6 +477,7 @@ implementation
result:=true;
end;
end;
+ A_ADD,
A_DIV,
A_DIVU,
{$ifdef riscv64}