mirror of
https://github.com/open-goal/jak-project
synced 2026-08-21 14:54:53 -04:00
Improve Register Allocator (#154)
* before adding IRegSet stuff * use bitsets for live analysis * speed up * add stack structures * organize new better
This commit is contained in:
@@ -85,4 +85,12 @@ TEST_F(VariableTests, InlineAsm) {
|
||||
|
||||
TEST_F(VariableTests, StaticBitfieldField) {
|
||||
runner.run_static_test(env, testCategory, "static-bitfield-field.gc", {"22\n"});
|
||||
}
|
||||
|
||||
TEST_F(VariableTests, StackArrayAlignment) {
|
||||
runner.run_static_test(env, testCategory, "stack-array-align.gc", {"3\n"});
|
||||
}
|
||||
|
||||
TEST_F(VariableTests, StackStructureAlignment) {
|
||||
runner.run_static_test(env, testCategory, "stack-structure-align.gc", {"1234\n"});
|
||||
}
|
||||
Reference in New Issue
Block a user