[llvm] [CodeGen][X86] Fix lowering of tailcalls when `-ms-hotpatch` is used (PR #77245)

Alexandre Ganea via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 12 05:15:09 PST 2024


aganea wrote:

Another thing that @sylvain-audi raised in a offline discussion, is that `PatchableFunction` pass adds a 16-byte alignement for every single function in the PE, which increased the size and is not required stricto sensu. It is only the usage of `/functionpadmin` linker option that does the extra padding at the begining of the function and could/should take this alignement decision.

https://github.com/llvm/llvm-project/pull/77245


More information about the llvm-commits mailing list