snu-sf-class / swpp202401

Principles and Practices of Software Development Main Repository
14 stars 4 forks source link

[Project] Unable to parse as ScalarRegister #117

Open VioletXF opened 6 months ago

VioletXF commented 6 months ago

compiler backend에서 아래와 같은 문제가 발생하여 verbose log를 첨부합니다.

swpp-compiler crashed: exception thrown from backend
unable to parse as ScalarRegister
(unable to parse 153600 as ArgumentRegister)
[  %195 = mul i64 %194, %15]

output.txt

strikef commented 6 months ago

undef value를 제대로 처리하지 못하여 생긴 문제입니다. 백엔드 버그가 맞으며, 수정 예정입니다.

strikef commented 6 months ago

5/23일자 백엔드 패치에서 수정되었습니다.