LocSet now allows multiple reg_lens simultaneously
authorJacob Lifshay <programmerjake@gmail.com>
Fri, 27 Jan 2023 06:11:49 +0000 (22:11 -0800)
committerJacob Lifshay <programmerjake@gmail.com>
Fri, 27 Jan 2023 06:11:49 +0000 (22:11 -0800)
commit99a453e743c00b1c896fadaa0be892694e6293c6
treeb62bd8599bc26022b16fb3a51102662d8e060674
parentff493c56d48c7abb03f031a937a87601bfb56e62
LocSet now allows multiple reg_lens simultaneously
Cargo.lock
register_allocator/Cargo.toml
register_allocator/fuzz/Cargo.lock
register_allocator/fuzz/Cargo.toml
register_allocator/fuzz/fuzz_targets/loc_set_max_conflicts_with.rs [new file with mode: 0644]
register_allocator/fuzz/fuzz_targets/loc_set_ops.rs [new file with mode: 0644]
register_allocator/src/fuzzing.rs
register_allocator/src/interned.rs
register_allocator/src/loc.rs
register_allocator/src/loc_set.rs