Files
cs420/bin/kecc.rs
Murad Bashirov bf39604eff Fix: Optimize before visualizing IR
When you do
```
cargo run -- --simplify-cfg --irviz test.png test.c
```
The `kecc` first tries to visualize the IR, then apply optimizations.
This should not be intended, as right now there's no way to visualize
the IR after optimizations.
2023-01-02 17:15:09 +09:00

5.5 KiB