split compiler IR and register allocator out into their own files
authorJacob Lifshay <programmerjake@gmail.com>
Fri, 14 Oct 2022 06:09:38 +0000 (23:09 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Fri, 14 Oct 2022 06:09:38 +0000 (23:09 -0700)
commit096a65b3d3ad74faf28776f32f4b5513e4b8278d
treedc7a3c2f3b53b8c5c675a38ce919d7b6c25ee211
parentcc516cd03faca03319c6500b2ca4101e23df41b7
split compiler IR and register allocator out into their own files
src/bigint_presentation_code/compiler_ir.py [new file with mode: 0644]
src/bigint_presentation_code/register_allocator.py [new file with mode: 0644]
src/bigint_presentation_code/test_compiler_ir.py [new file with mode: 0644]
src/bigint_presentation_code/test_register_allocator.py [new file with mode: 0644]
src/bigint_presentation_code/test_toom_cook.py
src/bigint_presentation_code/toom_cook.py