[llvm-dev] Adding nops after ret

Tim Northover via llvm-dev llvm-dev at lists.llvm.org
Wed Aug 7 23:27:06 PDT 2019


On Thu, 8 Aug 2019 at 02:14, mayuyu.io <admin at mayuyu.io> wrote:
> Out of curiosity, is there any reason we can’t just abuse LLVM’s Function Prologue data for this?

Because there are often multiple returns in a function, and the final
basic block isn't necessarily even one of them.

Tim.


More information about the llvm-dev mailing list