I’d like to share a VSCode LLVM IR language support we’ve been developing: it enables you to navigate through the LLVM IR, find references and the like.
It uses a simple hand-written regexp-based parser and we’d like it to support a significant range of LLVM IR versions.
You can try it by:
Ctrl + P
→ ext install revng.llvm-ir
.
Feel free to report bugs/make contributions on the GitHub repository.
Hope you like it!