-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add comment for gvn and lcm pass
- Loading branch information
1 parent
8e51abc
commit f0a5936
Showing
6 changed files
with
93 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# RustyC IR | ||
|
||
This crate contain IR definition of RustyC, IR Converter and Optimizer. | ||
|
||
|
||
### IR Structure | ||
|
||
|
||
|
||
### Test Runner Structure | ||
|
||
Since we need traversal all folder for reading C code of test case, i create a custom test runner that | ||
can traverse folder and test all test structure according to folder structure. | ||
|
||
In the other hand, because some of test case need using function to create IR for optimizer, IR optimizer | ||
test runner still using rust build-in test runner. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.