some more long operations implemented

This commit is contained in:
Irmen de Jong
2025-10-19 23:00:11 +02:00
parent 0c0affd1bf
commit e5939be0bd
3 changed files with 90 additions and 27 deletions
+1 -10
View File
@@ -1,16 +1,7 @@
TODO
====
- fix github issues. Probably those include the folloing already:
- implement the TODO in assignPointerDerefExpression()
- implement inplaceLongAdd/Sub in PointerAssignmentGen to make this compile::
struct Node {
long x
}
^^Node np = 20000
np.x += cx16.r0
- fix/check github issues.
- redo the benchmark-c tests with final 12.0 release version.