I have been using LLVM [https://llvm.org/]control-flow graph (CFG) pass for my
static analysis research. Normally, I should be able to see the CFG of the
intermediate representation of the program (IR)
[https://llvm.org/docs/LangRef.html] by running:
opt file.ll -passes=view-cfg
Instead