Misc. prep for codegen
- Delete old codegen code
- Draw basic block and fork join nest edges in dot visualizer
- Make array constants always zero
- Compute reduce cycles, fork join placement
- Cleanup (get rid of IRDisplay, simplify code now that array constants are always zero (parsing))
- Comments in IR text
- Verify a partitioning is valid
- Compute various analyses on partitioning
Edited by rarbore2
Merge request reports
Activity
requested review from @xrouth2
assigned to @rarbore2
added 1 commit
- 5f4e02d1 - Boilerplate to get needed info into one struct
added 1 commit
- 1bf81913 - Construct partition graph, all verified partition conditions
added 1 commit
- 3d52187b - Get the data inputs/outputs of each partition
added 1 commit
- 77b60fb1 - Improve IR def, compute partition function signatures
mentioned in commit 52f5d493
Please register or sign in to reply