amishne/llvm-ir-editor

Add support for smart, structured comparison

amishne opened this issue · 1 comments

To be useful, a comparison should try to:

  1. Be aware of structure
  2. Ignore element reordering when it has no semantic effect
  3. Ignore element renaming

Another useful feature: if the comparison view would sync with the visualizer in some way.