Update tests

This commit is contained in:
Jeehoon Kang
2020-06-12 05:05:23 +09:00
parent c2380efbb0
commit a12db7949c
256 changed files with 49817 additions and 49542 deletions

5
scripts/make-submissions.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
rm -rf hw4.zip hw5.zip
zip hw4.zip -j src/opt/opt_utils.rs src/opt/mem2reg.rs
zip hw5.zip -j src/opt/opt_utils.rs src/opt/gvn.rs