llvm-ir-editor
llvm-ir-editor copied to clipboard
Add support for smart, structured comparison
To be useful, a comparison should try to:
- Be aware of structure
- Ignore element reordering when it has no semantic effect
- Ignore element renaming
Another useful feature: if the comparison view would sync with the visualizer in some way.