diff options
author | bd-912 <bdunahu@colostate.edu> | 2024-04-26 15:50:38 -0600 |
---|---|---|
committer | bd-912 <bdunahu@colostate.edu> | 2024-04-26 15:50:38 -0600 |
commit | 1851f5e76018ec1df3b55dce6cc9a64c9497bf7a (patch) | |
tree | 30f629f7b137a494d4202487f4e22df2d9456481 /vaporize/tests/Factorial.opt.regalloc | |
parent | 012298517078170762112abe2654dc69b2f146e1 (diff) |
Rearrange directory structure
Diffstat (limited to 'vaporize/tests/Factorial.opt.regalloc')
-rw-r--r-- | vaporize/tests/Factorial.opt.regalloc | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/vaporize/tests/Factorial.opt.regalloc b/vaporize/tests/Factorial.opt.regalloc deleted file mode 100644 index 21e46f5..0000000 --- a/vaporize/tests/Factorial.opt.regalloc +++ /dev/null @@ -1,33 +0,0 @@ -func Main - in 0, out 0, callee-saves 0, spills 0 -Live In: - t.0: 7 -Linear Range: - t.0: 6-7 -Allocation: - t.0: t0 - -func Fac.ComputeFac - in 0, out 0, callee-saves 1, spills 0 -Live In: - this: 11-12 16-17 - num: 11-12 16-18 - t.0: 12 - num_aux: 14 20 - t.1: 17 - t.2: 18 -Linear Range: - this: 10-17 - num: 10-18 (cross call) - t.0: 11-12 - num_aux: 13-20 - t.1: 16-17 - t.2: 17-18 -Allocation: - this: t0 - num: s0 - t.0: t1 - num_aux: t1 - t.1: t2 - t.2: t2 - |