Hi Alexei, On Wed, 7 Aug 2019 at 08:12, Alexei via llvm-dev <llvm-dev at lists.llvm.org> wrote: > Is is possible via clang plugin (clang configuration) to add 4 nops after ret instruction on Intel64? No, you'd have to modify the X86 backend itself to do that. Cheers. Tim.