Ready for in-game testing
All checks were successful
CI/CD Pipeline / test (pull_request) Successful in 37s
CI/CD Pipeline / build (pull_request) Has been skipped
CI/CD Pipeline / release (pull_request) Has been skipped

This commit is contained in:
2025-12-31 03:08:41 -07:00
parent 2dfe36f8be
commit 2a5dfd9ab6
5 changed files with 53 additions and 146 deletions

View File

@@ -1,5 +1,6 @@
---
source: libs/integration_tests/src/lib.rs
assertion_line: 144
expression: output
---
## Unoptimized Output
@@ -20,6 +21,10 @@ j ra
j main
pop r8
push sp
push ra
add r1 r8 1
move r8 r1
pop ra
pop sp
j ra

View File

@@ -1,5 +1,6 @@
---
source: libs/integration_tests/src/lib.rs
assertion_line: 116
expression: output
---
## Unoptimized Output
@@ -24,6 +25,10 @@ j ra
j main
pop r8
pop r9
ble r9 r8 5
push sp
push ra
ble r9 r8 7
move r10 1
pop ra
pop sp
j ra

View File

@@ -1,5 +1,6 @@
---
source: libs/integration_tests/src/lib.rs
assertion_line: 60
expression: output
---
## Unoptimized Output
@@ -17,5 +18,9 @@ j ra
## Optimized Output
j main
push sp
push ra
move r8 10
pop ra
pop sp
j ra