sivadeilra wrote: > For the cases involving noreturn functions, can we emit int3 instead of nop? Sure. I've implemented that, verified that tests pass, and updated the PR. I also added coverage for this to `noreturn-call-win64.ll`. https://github.com/llvm/llvm-project/pull/144745