nlsandler / writing-a-c-compiler-tests

Test cases for Writing a C Compiler
https://nostarch.com/writing-c-compiler
Other
172 stars 25 forks source link

Register allocation tests with ulong-to-double #48

Open nlsandler opened 3 months ago

nlsandler commented 3 months ago

Consider test case ensuring that we correctly track register interference in shr/and/or instructions used in ulong-to-double conversions. (Could add this to type_conversion_interference.c)