LLVM-FLOW is an open-source project that interactively visualizes LLVM IR CFG. You can easily compare CFG before and after optimization in LLVM-FLOW page.
- Detect the same Basic Block between IR modules
- Switch the mode of CFG
- Switch modes only for certain nodes
- Move the node
- Find the target&source node of the edge
- Resize the
div
- Change the direction of CFG
- Zoom in / Zoom out
- Download
.ll
files - Guide for LLVM-FLOW
- Please make a new branch instead of the current basic branch (ex. main) and work on it.
- If there is an additional commit after the review, please proceed with the
Re-request
review!