I have three questions:
1) What are the differences between Invoke and Call operations in IR codes of LLVM?
2) Why Call instruction is not considered as Terminator operation in BasicBlocks here?
3) Is it possible for both of the Invoke and Call operations to generate indirect Calls in assembly level language?
Thank you in advance,